mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-17 14:42:51 +00:00
no message
This commit is contained in:
parent
07b91058af
commit
ea7a4e46e0
@ -3360,11 +3360,9 @@ export default {
|
|||||||
reject("取消发送失败");
|
reject("取消发送失败");
|
||||||
} else {
|
} else {
|
||||||
// 取消消息发送
|
// 取消消息发送
|
||||||
this.$store.dispatch('callCancel', this.operateItem.id).then(() => {
|
this.$store.dispatch('callCancel', this.operateItem.id).finally(() => {
|
||||||
this.forgetTempMsg(this.operateItem.id)
|
this.forgetTempMsg(this.operateItem.id)
|
||||||
resolve();
|
resolve();
|
||||||
}).catch(() => {
|
|
||||||
reject("取消发送失败");
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user