Browse Source

处理BUG

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

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

@@ -176,8 +176,7 @@
           if (val && val.content) {
             this.AuditList = [...this.AuditList, ...val.content]
           }
-        },
-        immediate: true
+        }
       }
     },
     computed: {