From 62e0f34ef6c57d2f4867fc8ed2774621cb512325 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 18 Apr 2022 15:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/organization/studentStatistics/gradeStatistic.vue | 2 +- src/views/organization/studentStatistics/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/organization/studentStatistics/gradeStatistic.vue b/src/views/organization/studentStatistics/gradeStatistic.vue index 1c5f1fbd0..d1a8f5ea5 100644 --- a/src/views/organization/studentStatistics/gradeStatistic.vue +++ b/src/views/organization/studentStatistics/gradeStatistic.vue @@ -12,7 +12,7 @@ export default { require:true }, orgId:{ - type:Number, + type:String, require:true }, userId:{ diff --git a/src/views/organization/studentStatistics/index.vue b/src/views/organization/studentStatistics/index.vue index ede846c24..b6bc8dc5e 100644 --- a/src/views/organization/studentStatistics/index.vue +++ b/src/views/organization/studentStatistics/index.vue @@ -46,7 +46,7 @@ export default { async mounted() { this.initChart() this.loadData(); - this.orgId=parseInt(this.$store.state.user.companyId); + this.orgId=this.$store.state.user.companyId; }, computed:{ userId(){