From 4188f334d4fbdf3452be91cc9774c2e1287702da Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 12 Jul 2024 11:33:04 +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=E7=BC=96=E8=BE=91=E7=A6=81=E7=94=A8=E9=80=89?= =?UTF-8?q?=E6=A0=87=E5=87=86=EF=BC=8C=E8=B0=83=E5=8F=96=E9=80=82=E7=94=A8?= =?UTF-8?q?=E5=9B=BD=E5=AE=B6/=E5=9C=B0=E5=8C=BA=E4=BC=A0=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E7=9A=84=E5=9B=BD?= =?UTF-8?q?=E5=AE=B6/=E5=9C=B0=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsFormPage.vue | 5 +++-- .../marketRegulationsList/modules/MarketRegulationsModal.vue | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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 ]" />