This commit is contained in:
liuye
2022-01-14 16:58:40 +08:00
parent b203e6be47
commit 8b9c603960
2 changed files with 1 additions and 5 deletions

View File

@@ -62,8 +62,6 @@ export default {
this.checkType = res.data.checkType this.checkType = res.data.checkType
this.userGird = res.data.appGirdInfo this.userGird = res.data.appGirdInfo
this.getGirdUserList() this.getGirdUserList()
} else {
this.$u.toast('当前人员不是网格员或网格管理员')
} }
} }
}) })

View File

@@ -105,8 +105,6 @@ export default {
this.girdMsgList = this.girdUser.appGirdInfo this.girdMsgList = this.girdUser.appGirdInfo
this.getList() this.getList()
} }
} else {
this.$u.toast('当前人员不是网格员或网格管理员')
} }
} }
}) })