Explorar el Código

处理员工管理搜索功能BUG

wangcz hace 7 años
padre
commit
f74498adff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/mobile/staffManagement/StaffList.vue

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

@@ -359,6 +359,7 @@
       // 申请绑定操作事件 (同意和拒绝)
       // 申请绑定操作事件 (同意和拒绝)
       agreeEvent (type, flag) {
       agreeEvent (type, flag) {
         this.$http.get(`/basic/enterprise/auditApply?id=${type.id}&status=${Number(flag)}&userUU=${type.userUU}`)
         this.$http.get(`/basic/enterprise/auditApply?id=${type.id}&status=${Number(flag)}&userUU=${type.userUU}`)
+        this.onRemind('操作成功!')
         this.auditSearch = ''
         this.auditSearch = ''
         this.page = 1
         this.page = 1
         this.auditRecord()
         this.auditRecord()