mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
2af1dba8dc
commit
72f7ff3df5
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user