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