Commit 4bf44aa8 by zhangmeng

修改了第三方小程序返回id的bug

parent f184fd44
...@@ -1408,6 +1408,7 @@ export default { ...@@ -1408,6 +1408,7 @@ export default {
if (v.value === this.twoLevelValue) { if (v.value === this.twoLevelValue) {
that.selectLinkObj.name = v.label; that.selectLinkObj.name = v.label;
that.selectLinkObj.appid = v.value;// that.selectLinkObj.appid = v.value;//
that.selectLinkObj.id = v.id;
} }
}) })
that.selectLinkObj.params = '' that.selectLinkObj.params = ''
......
...@@ -1356,6 +1356,7 @@ export default { ...@@ -1356,6 +1356,7 @@ export default {
if (v.value === this.twoLevelValue) { if (v.value === this.twoLevelValue) {
that.selectLinkObj.name = v.label; that.selectLinkObj.name = v.label;
that.selectLinkObj.appid = v.value;// that.selectLinkObj.appid = v.value;//
that.selectLinkObj.id = v.id;
} }
}) })
that.selectLinkObj.params = '' that.selectLinkObj.params = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment