Browse Source

处理员工列表操作确认下拉弹出问题

wangcz 7 years ago
parent
commit
4bf5adee26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/staffManagement/StaffList.vue

+ 1 - 1
components/mobile/staffManagement/StaffList.vue

@@ -268,7 +268,7 @@
       // 选择性搜索
       // 选择性搜索
       rolesEvent (type) {
       rolesEvent (type) {
         this.isChange = true
         this.isChange = true
-        this.showRole = !this.showRole
+        this.showRole = false
         this.role = type ? type.desc : '全部角色'
         this.role = type ? type.desc : '全部角色'
         this.page = 1
         this.page = 1
         if (!type && !this.staffSearch) {
         if (!type && !this.staffSearch) {