|
@@ -461,15 +461,15 @@ export default {
|
|
|
},
|
|
|
//监督员质态统计
|
|
|
getWatcher() {
|
|
|
- watcherPage({ pageNo: 1, pageSize: 20, deptId: this.deptId }).then(
|
|
|
+ watcherPage({ pageNo: 1, pageSize: 99, deptId: this.deptId }).then(
|
|
|
(response) => {
|
|
|
this.watcherList = response.data.list;
|
|
|
}
|
|
|
);
|
|
|
},
|
|
|
//监督员
|
|
|
- getWatcherorgs() {
|
|
|
- watcherorglist({ pageNo: 1, pageSize: 20, deptId: this.deptId }).then(
|
|
|
+ getWatcherorg() {
|
|
|
+ watcherorglist({ pageNo: 1, pageSize: 99, deptId: this.deptId }).then(
|
|
|
(response) => {
|
|
|
this.watcherOrgData = response.data.records;
|
|
|
}
|