浏览代码

处理员工管理搜索功能BUG

wangcz 7 年之前
父节点
当前提交
f74498adff
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/mobile/staffManagement/StaffList.vue

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

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