|
@@ -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
|