From ecfc5f51d183c9ecf34ff50f462a2846129b7f96 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Sat, 11 Dec 2021 17:33:20 +0800 Subject: [PATCH] init --- src/views/Statistics/dataScreeOrg.vue | 1 + src/views/Statistics/dataScreeSys.vue | 1 + 2 files changed, 2 insertions(+) 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);