fix: 修改表格复制之后 再次编辑依然是复制的问题
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user