mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 04:32:49 +00:00
no message
This commit is contained in:
parent
2af1dba8dc
commit
72f7ff3df5
@ -4400,11 +4400,15 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
getUserApproveStatus() {
|
async getUserApproveStatus() {
|
||||||
this.approvaUserStatus = ''
|
this.approvaUserStatus = ''
|
||||||
if (this.dialogData.type !== 'user' || this.dialogData.bot) {
|
if (this.dialogData.type !== 'user' || this.dialogData.bot) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
const isInstalled = await this.$store.dispatch("isMicroAppInstalled", 'approve');
|
||||||
|
if (!isInstalled) {
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$store.dispatch("call", {
|
this.$store.dispatch("call", {
|
||||||
url: 'approve/user/status',
|
url: 'approve/user/status',
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user