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()