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