From 3ec7a262d4a163923b2b981c1d95fe5aeea145e2 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 10 May 2023 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/wuxi/app/AppReportAiWill/components/List.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index f4335649..46460000 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -84,7 +84,8 @@ export default { eventSource: '', groupId: '', createTimeStart: '', - createTimeEnd: '' + createTimeEnd: '', + girdId: '' }, total: 0, tableData: [], @@ -149,7 +150,7 @@ export default { }, // 所有网格 getGridList() { - this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => { + this.instance.post(`/app/appgirdinfo/queryGirdMemberGirdsById`).then((res) => { if (res?.code == 0) { this.girdOptions = this.toTree(res.data) } @@ -177,7 +178,7 @@ export default { }, gridChange(val) { this.girdArr = val - this.girdId = val?.[val.length - 1] + this.search.girdId = val?.[val.length - 1] this.$refs.cascader1.dropDownVisible = false; this.search.current = 1 this.getList()