no message

This commit is contained in:
kuaifan 2025-05-26 21:02:06 +08:00
parent 2af1dba8dc
commit 72f7ff3df5

View File

@ -4400,11 +4400,15 @@ export default {
});
},
getUserApproveStatus() {
async getUserApproveStatus() {
this.approvaUserStatus = ''
if (this.dialogData.type !== 'user' || this.dialogData.bot) {
return
}
const isInstalled = await this.$store.dispatch("isMicroAppInstalled", 'approve');
if (!isInstalled) {
return
}
this.$store.dispatch("call", {
url: 'approve/user/status',
data: {