Explorar el Código

打开mounted

daiqisheng hace 3 años
padre
commit
f560a05a36
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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