Commit 4bf44aa8 by zhangmeng

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

parent f184fd44
......@@ -643,7 +643,7 @@ export default {
})
// 保存选择的类型
that.oneLevelTypeValue = selectOneItem.type;
// 判断出现下拉内容/h5部分
// 每次修改选择类型,清空已选择的值
......@@ -1408,6 +1408,7 @@ export default {
if (v.value === this.twoLevelValue) {
that.selectLinkObj.name = v.label;
that.selectLinkObj.appid = v.value;//
that.selectLinkObj.id = v.id;
}
})
that.selectLinkObj.params = ''
......
......@@ -1356,6 +1356,7 @@ export default {
if (v.value === this.twoLevelValue) {
that.selectLinkObj.name = v.label;
that.selectLinkObj.appid = v.value;//
that.selectLinkObj.id = v.id;
}
})
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