From ac5aa564b192df0d89a419dc0535fd2899aad97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=93=BC=E5=94=A7L?= Date: Thu, 18 Jan 2024 16:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E5=B8=82=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/medical/inherit.vue | 15 +- src/views/modules/medical/light.vue | 7 +- src/views/modules/user/user-point-memery.vue | 279 +++++++++---------- 3 files changed, 144 insertions(+), 157 deletions(-) diff --git a/src/views/modules/medical/inherit.vue b/src/views/modules/medical/inherit.vue index 28fccca..fd67dfe 100644 --- a/src/views/modules/medical/inherit.vue +++ b/src/views/modules/medical/inherit.vue @@ -25,7 +25,8 @@ - + @@ -243,7 +244,7 @@ this.cityEntity = [] console.log('addForm.provinceCode', this.addForm.provId); this.$http({ - url: this.$http.adornUrl(`/api/province/getCityList?provId=${this.addForm.provId}`), + url: this.$http.adornUrl(`/book/medicaldes/getCityByPro?provId=${this.addForm.provId}`), method: 'post', }).then(({ data @@ -316,8 +317,8 @@ }, getprovinceEntity() { this.$http({ - url: this.$http.adornUrl('/api/province/getProvince'), - method: 'get', + url: this.$http.adornUrl('/book/medicaldes/getMedicaldesProList'), + method: 'post', }).then(({ data }) => { @@ -426,7 +427,7 @@ for (var i = 0; i < this.provinceEntity.length; i++) { for (var j = 0; j < this.provinceEntity[i].cityList.length; j++) { if (this.provinceEntity[i].cityList[j].cityId == code) { - return this.provinceEntity[i].cityList[j].cityName + return this.provinceEntity[i].provName + ' - ' + this.provinceEntity[i].cityList[j].cityName } } } diff --git a/src/views/modules/medical/light.vue b/src/views/modules/medical/light.vue index 8d8ee1d..850e605 100644 --- a/src/views/modules/medical/light.vue +++ b/src/views/modules/medical/light.vue @@ -77,7 +77,7 @@ + accept=".mp3,.mp4,.gif,.png,.jpg,.mpeg,.mpg" :on-remove="handleRemove"> - - + + - - - + - + - + + +