Commit e1074dee by member

fix: 链接小工具修改清除数据

parent d6528367
......@@ -680,6 +680,7 @@ export default {
this.$emit('linkSelect', {});
this.$emit('update:linkVisible', false);
}
this.resetAll();
},
handlePaddGift(list) {
// 拼接id
......
......@@ -649,6 +649,7 @@ export default {
this.$emit('linkSelect', {});
this.$emit('update:linkVisible', false);
}
this.resetAll();
},
handlePaddGift(list) {
// 拼接id
......
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