diff --git a/src/views/Statistics/dataScreeOrg.vue b/src/views/Statistics/dataScreeOrg.vue index 50e0061..aa98b61 100644 --- a/src/views/Statistics/dataScreeOrg.vue +++ b/src/views/Statistics/dataScreeOrg.vue @@ -383,6 +383,7 @@ export default { dateType: this.dateType, agentId: this.selValue == 0 ? this.choicValue : null, orgCode: this.selValue == 1 ? this.choicValue : null, + orgType: localStorage.getItem("orgType"), }) .then((res) => { console.log(res); diff --git a/src/views/Statistics/dataScreeSys.vue b/src/views/Statistics/dataScreeSys.vue index c7dbf6c..fb53f54 100644 --- a/src/views/Statistics/dataScreeSys.vue +++ b/src/views/Statistics/dataScreeSys.vue @@ -406,6 +406,7 @@ export default { dateType: this.dateType, agentId: this.selValue == 0 ? this.choicValue : null, orgCode: this.selValue == 1 ? this.choicValue : null, + orgType: localStorage.getItem("orgType"), }) .then((res) => { // console.log(res);