This commit is contained in:
parent
a4ad662cab
commit
d5cadec309
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue