[update] 市场法规清单

This commit is contained in:
lideqin
2024-07-12 15:51:50 +08:00
parent 0e5d9a3910
commit f16c74fbb0
@@ -578,7 +578,7 @@ export default {
form.newProductImplDate = result.new_product_impl_date // 新生产车实施日期 form.newProductImplDate = result.new_product_impl_date // 新生产车实施日期
form.newAuthImplDate = result.new_auth_impl_date // 新认证车实施日期 form.newAuthImplDate = result.new_auth_impl_date // 新认证车实施日期
form.registrationDate = result.registration_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.mainDept = result.main_dept // 主控部门
form.mainDeptProfMode = result.main_dept_prof_mode || undefined // 主控部门专业模块 form.mainDeptProfMode = result.main_dept_prof_mode || undefined // 主控部门专业模块
form.associateDept = result.associate_dept // 关联部门 form.associateDept = result.associate_dept // 关联部门