no message

This commit is contained in:
kuaifan 2025-04-08 14:43:56 +08:00
parent fb4373c83a
commit 7095c9e71e

View File

@ -1696,6 +1696,8 @@ export default {
this.$nextTick(_ => {
this.$store.dispatch('openDialog', dialogId).then(_ => {
this.$store.state.dialogMsgTransfer = transferData
}).catch(({msg}) => {
$A.modalError(msg);
})
})
} else {