This commit is contained in:
yanran200730
2022-08-09 14:29:08 +08:00
parent f8dbd96dc2
commit 1ce37c38af

View File

@@ -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('撤回成功!')