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