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 @@