From c50154a35f60d6963dd6ec8dd29b4e0e698850cc Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Mon, 6 Jun 2022 14:47:45 +0800 Subject: [PATCH 1/5] el-radio__inner --- .../stats/factagencyuserhousedaily.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 917751d6..ab707517 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -17,12 +17,12 @@ > --> - + @@ -114,9 +114,9 @@ export default { }, methods: { cascaderClick (nodeData) { - this.dataForm.agencyId = nodeData.agencyId; - this.dataForm.level = nodeData.level - this.$refs.cascaderUnit.checkedValue = nodeData.agencyId; + this.dataForm.objectId = nodeData.objectId; + this.dataForm.objectType = nodeData.objectType + this.$refs.cascaderUnit.checkedValue = nodeData.objectId; this.$refs.cascaderUnit.computePresentText(); this.$refs.cascaderUnit.toggleDropDownVisible(false); @@ -124,16 +124,17 @@ export default { getGridList() { const { user } = this.$store.state this.$http - .post('/gov/org/customeragency/agencygridtree') + .post('/gov/org/icServiceProject/service/serviceScopeTree') .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { console.log('获取查询详情成功', res.data) // this.optionsA = res.data + // console.log(this.optionsA); this.optionsA.push(res.data) - this.dataForm.agencyId = res.data.agencyId - this.dataForm.level = res.data.level + this.dataForm.objectId = res.data.objectId + this.dataForm.objectType = res.data.objectType } }) .catch(() => { From 577630fc396fe3a8dc7d5eca28e88bfcc953e55f Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Tue, 7 Jun 2022 11:05:28 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/plugins/stats/factagencyuserhousedaily.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 858c9eaf..cdb0e4ff 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -18,7 +18,7 @@ > --> - +