no message

This commit is contained in:
kuaifan 2025-08-11 06:59:38 +08:00
parent 07b91058af
commit ea7a4e46e0

View File

@ -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("取消发送失败");
});
}
})