Commit 7f99156f by caoyanzhi

优化实现

parent 75c46403
......@@ -278,7 +278,10 @@ export default {
closeDelPopOver(index) {
let data = this.tagValTableData[index];
data.showDelPopOver = false;
this.tagValTableData.splice(index, 1, data);
this.tagValTableData.splice(index, 1, {});
this.$nextTick(() => {
this.tagValTableData.splice(index, 1, data);
})
},
// 保存标签基本信息
......
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