This commit is contained in:
bb_pan 2025-08-30 10:14:01 +08:00
parent a4ad662cab
commit d5cadec309
2 changed files with 4 additions and 0 deletions

View File

@ -620,6 +620,7 @@ export default {
this.isView = true
this.confirmForm2.id = row.id
this.confirmForm2.keyWord = ''
this.confirmForm2.publishTask = row.publishTask || ''
this.getConfirmList()
this.confirmVisible = true
},
@ -645,6 +646,7 @@ export default {
this.isView = false
this.confirmForm2.id = row.id
this.confirmForm2.keyWord = ''
this.confirmForm2.publishTask = row.publishTask || ''
this.getConfirmList()
this.confirmVisible = true
},

View File

@ -599,6 +599,7 @@ export default {
this.isView = true
this.confirmForm2.id = row.id
this.confirmForm2.keyWord = ''
this.confirmForm2.publishTask = row.publishTask || ''
this.getConfirmList()
this.confirmVisible = true
},
@ -624,6 +625,7 @@ export default {
this.isView = false
this.confirmForm2.id = row.id
this.confirmForm2.keyWord = ''
this.confirmForm2.publishTask = row.publishTask || ''
this.getConfirmList()
this.confirmVisible = true
},