From e46e2f38dbf4f844d09edd31a3398d9512917bd5 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 15 May 2023 10:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E6=9F=A5=E8=AF=A2=E7=BD=91?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/selectGird.vue | 2 +- src/project/wuxi/AppPhotoReport/PhotoForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 630337b..5a714e0 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -61,7 +61,7 @@ export default { methods: { getAllGrids() { this.selectList = [] - let url = `/app/appgirdinfo/listByInfo` + let url = this.query.axiosUrl ? this.query.axiosUrl : `/app/appgirdinfo/listByInfo` this.$instance.post(url).then(res => { if (res?.data) { let parents = res.data?.map(e => e.parentGirdId) diff --git a/src/project/wuxi/AppPhotoReport/PhotoForm.vue b/src/project/wuxi/AppPhotoReport/PhotoForm.vue index cc7e3e1..535d65a 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoForm.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoForm.vue @@ -46,7 +46,7 @@

所属网格

- +