From 701a78c97a4020db622d03ce064a46f1af4b4f89 Mon Sep 17 00:00:00 2001 From: Hong <1470048117@qq.com> Date: Fri, 12 Jul 2024 19:13:28 +0800 Subject: [PATCH] =?UTF-8?q?7.12(=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/merchant/cardealer/creatMerchant.vue | 4 +++- src/views/rentsell/carShopList/index.vue | 7 +++++-- src/views/rentsell/sell/carCommodity/index.vue | 11 ++++++++--- src/views/rentsell/sell/info/creatLevel.vue | 1 + 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/merchant/cardealer/creatMerchant.vue b/src/views/merchant/cardealer/creatMerchant.vue index df4facf..92f9264 100644 --- a/src/views/merchant/cardealer/creatMerchant.vue +++ b/src/views/merchant/cardealer/creatMerchant.vue @@ -399,10 +399,12 @@ export default { if (!this.merchantType.length) this.$store.dispatch('merchant/getMerchantType'); this.loadingFrom = true; merchant.cardealerDetail(this.merId).then((res) => { - console.log(res.qualificationPicture); + console.log(res,res.province,res.city,res.district); + // JSON.parse(res.qualificationPicture) this.$set(res, 'sliderImages', res.qualificationPicture ? JSON.parse(res.qualificationPicture) : []); this.dataForm = res; + this.dataForm.selectedOptions=[res.province,res.city,res.district] this.labelarr = res.keywords.split(',') || []; this.loadingFrom = false; }); diff --git a/src/views/rentsell/carShopList/index.vue b/src/views/rentsell/carShopList/index.vue index 462b982..51c82b9 100644 --- a/src/views/rentsell/carShopList/index.vue +++ b/src/views/rentsell/carShopList/index.vue @@ -47,8 +47,11 @@ - - + + +