|
@@ -256,6 +256,7 @@ export default {
|
|
|
queryRader: {
|
|
|
pageSize: 10,
|
|
|
pageNo: 1,
|
|
|
+ deptid:0
|
|
|
},
|
|
|
deptId: 0,
|
|
|
tongjiData: null, //找到对应大队下的统计数字数据
|
|
@@ -391,7 +392,9 @@ export default {
|
|
|
//切换tab
|
|
|
clickTab(e) {
|
|
|
this.deptId = e.name;
|
|
|
+ this.queryRader.deptid=e.name
|
|
|
this.watcherList = [];
|
|
|
+ this.getData();
|
|
|
this.navList();
|
|
|
this.Devscanorder();
|
|
|
this.Dengertypeorder();
|
|
@@ -417,8 +420,9 @@ export default {
|
|
|
},
|
|
|
//质态表格
|
|
|
getData() {
|
|
|
- getOrgPage(this.queryRader).then((response) => {
|
|
|
- this.list = response.data.list;
|
|
|
+ // getOrgPage
|
|
|
+ getPoliceId(this.queryRader).then((response) => {
|
|
|
+ this.list = response.data?.records;
|
|
|
this.total = response.data.total;
|
|
|
});
|
|
|
},
|