mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix:用户状态- 过滤机器人
This commit is contained in:
parent
e3bd895908
commit
80bfc2c86f
@ -3012,7 +3012,7 @@ export default {
|
||||
|
||||
getUserApproveStatus() {
|
||||
this.approvaUserStatus = ''
|
||||
if (this.dialogData.type !== 'user') {
|
||||
if (this.dialogData.type !== 'user' || this.dialogData.bot) {
|
||||
return
|
||||
}
|
||||
this.$store.dispatch("call", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user