30780
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
},
|
||||
|
||||
remindExamine (id) {
|
||||
this.$confirm('确定催办该数据?').then(() => {
|
||||
this.$confirm('确认再次通知任务审核人员?').then(() => {
|
||||
this.instance.post(`/app/appmasssendingtask/remindExamine?id=${id}`).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$message.success('催办成功!')
|
||||
@@ -193,7 +193,7 @@
|
||||
},
|
||||
|
||||
cancel (id) {
|
||||
this.$confirm('确定撤回该数据?').then(() => {
|
||||
this.$confirm('确认撤回该群发任务?').then(() => {
|
||||
this.instance.post(`/app/appmasssendingtask/cancel?id=${id}`).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$message.success('撤回成功!')
|
||||
|
||||
Reference in New Issue
Block a user