소스 검색

打开mounted

daiqisheng 3 년 전
부모
커밋
f560a05a36
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/pages/main/performance/department.vue

+ 5 - 5
src/pages/main/performance/department.vue

@@ -495,11 +495,11 @@ export default {
     }
   },
   mounted() {
-    // this.handleInit({
-    //   ...this.table_search,
-    //   page: this.page,
-    //   pageSize: this.rows,
-    // });
+    this.handleInit({
+      ...this.table_search,
+      page: this.page,
+      pageSize: this.rows,
+    });
     // 职位
     this.duty = JSON.parse(sessionStorage.userInfo).duty;
     // 根据职位判定  科室经理7、分管副总 2 、总经理 1 、职员 9