diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 6b74937..f215953 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -128,7 +128,7 @@
- {{ $t('newlyAdded') }} + {{ $t('transfer') }} @@ -532,6 +532,7 @@ export default { this.$message.success(this.$t('operationSuccessful')) if (!this.model.id) { // 没有id,是新增会返回id,用于下方表格处理 + this.model = Object.assign({}, values) this.model.id = res.message this.filters.manifestId = this.model.id // 更新清单编号 @@ -577,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 = result.applicable_market // 适用国家/地区 + form.country = this.model.country // 适用国家/地区,带入清单基本信息的国家/地区 form.mainDept = result.main_dept // 主控部门 form.mainDeptProfMode = result.main_dept_prof_mode || undefined // 主控部门专业模块 form.associateDept = result.associate_dept // 关联部门 diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue index b11d3bc..851ab8f 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue @@ -19,6 +19,7 @@ type="radio" @listChange="selectStandardChange" disabledSourceSearch + disabled v-decorator.trim="[ 'standardNumber', validatorRules.standardNumber ]" />