From 14d3960e9dac88a86ee3001f9aeaf2b8c1622636 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 19 Sep 2024 15:21:21 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E4=B8=AD=EF=BC=8C=E6=B8=85=E5=8D=95=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=AD=E7=9A=84=E5=9B=BD=E5=AE=B6=E7=94=A8=E9=A1=BF?= =?UTF-8?q?=E5=8F=B7=E9=9A=94=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsFormPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 7b4c1ed..654b5ac 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -521,7 +521,7 @@ export default { const param = {} if (value && value.length > 0) { param.country = value.map(item => item.value).join(',') - this.model.countryName = value.map(item => item.label).join('') + this.model.countryName = value.map(item => item.label).join('、') } else { param.country = '' this.model.countryName = '' @@ -564,7 +564,7 @@ export default { return { value: item } }) // 清单名称 - this.model.countryName = this.model.country_dictText.split(',').join('') + this.model.countryName = this.model.country_dictText.split(',').join('、') } // 清单编号的转换 const manifestNoAll = this.model.manifestNo