diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index f215953..6cdceaa 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -578,7 +578,7 @@ export default { form.newProductImplDate = result.new_product_impl_date // 新生产车实施日期 form.newAuthImplDate = result.new_auth_impl_date // 新认证车实施日期 form.registrationDate = result.registration_date // 注册日期 - form.country = this.model.country // 适用国家/地区,带入清单基本信息的国家/地区 + form.country = this.model.country.map(item => item.value).join(',') // 适用国家/地区,带入清单基本信息的国家/地区 form.mainDept = result.main_dept // 主控部门 form.mainDeptProfMode = result.main_dept_prof_mode || undefined // 主控部门专业模块 form.associateDept = result.associate_dept // 关联部门