fix: 修改表格复制之后 再次编辑依然是复制的问题

This commit is contained in:
zhangyu
2021-09-14 16:41:19 +08:00
parent f0fc98a94c
commit d1df34bf08

View File

@@ -126,6 +126,7 @@ export default {
}, },
closeRightBox (refresh) { closeRightBox (refresh) {
this.rightBox.show = false this.rightBox.show = false
this.copyFlag = false
if (refresh) { if (refresh) {
this.delFlag = true this.delFlag = true
this.getTableData() this.getTableData()