diff --git a/.env.development b/.env.development index c5ce3ef70..19ae7e547 100644 --- a/.env.development +++ b/.env.development @@ -4,6 +4,7 @@ NODE_ENV=development # VUE_APP_API_SERVER = http://192.168.1.60:8080/api # VUE_APP_API_SERVER = http://192.168.1.144/api VUE_APP_API_SERVER = https://zl.linyicszh.com/api +# VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api219.146.91.110:30801 # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api diff --git a/src/views/modules/informationArchive/elderlyArchives/cpts/add-old.vue b/src/views/modules/informationArchive/elderlyArchives/cpts/add-old.vue index 9c88d7885..497568f60 100644 --- a/src/views/modules/informationArchive/elderlyArchives/cpts/add-old.vue +++ b/src/views/modules/informationArchive/elderlyArchives/cpts/add-old.vue @@ -68,9 +68,8 @@ :accept="'.jpg,.png,.jpeg,.bmp'" :with-credentials="true" :show-file-list="false" :auto-upload="true" :on-success="handleExcelSuccess" :before-upload="beforeUpload" > - - + @@ -603,6 +602,8 @@ }, async initForm(row, type) { // this.startLoading() + console.log(row,"dsldsflk;"); + this.formType = type if (type === 'edit') { this.formData = row @@ -663,6 +664,9 @@ let combinedString = this.typefatherId + "," + this.childrenId; this.formData.serviceDemand=combinedString this.formData.statusCategory=this.formData.statusCategory?this.formData.statusCategory.join(","):this.formData.statusCategory + if(this.formData.headImg=="https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet-saas/prod/internal/20250429/6cbeb1fb92a14f8688264d17f9d4046b.png"){ + this.formData.headImg="" + } const { data, code, msg } = await requestPost(url, this.formData) if (code === 0) { this.$message({ diff --git a/src/views/modules/informationArchive/elderlyArchives/index.vue b/src/views/modules/informationArchive/elderlyArchives/index.vue index febf2bbf6..e3f192442 100644 --- a/src/views/modules/informationArchive/elderlyArchives/index.vue +++ b/src/views/modules/informationArchive/elderlyArchives/index.vue @@ -104,19 +104,22 @@ diff --git a/src/views/modules/informationArchive/volunteerProfile/index.vue b/src/views/modules/informationArchive/volunteerProfile/index.vue index 8a8a087a4..ee780b331 100644 --- a/src/views/modules/informationArchive/volunteerProfile/index.vue +++ b/src/views/modules/informationArchive/volunteerProfile/index.vue @@ -208,8 +208,7 @@ this.formData.agencyId = user.agencyId this.searchData.searchKey = localStorage.getItem("homeSearchKey") || ""; this.searchData.type = localStorage.getItem("homeSearchType") || ""; - - this.getElderlyInfo() + if(this.$store.state.user.level==="street"){ this.organizationList = [ { @@ -227,6 +226,7 @@ this.disabled = true this.formData.volunteerOrgId = this.userH5DTO.volunteerOrgId } + this.getElderlyInfo() }, methods: {