Commit c38d6944 by member

fix: 修改选择链接问题

parent 7111cceb
......@@ -57,7 +57,12 @@ export default {
},
confirmBtn() {
this.treeVis = false;
if (this.mallData.mallProTagId) {
}
},
watch: {
treeVis(newval) {
if (!newval) {
this.$emit('pass-mall', this.mallData);
}
}
......
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