From 3de997fbc5bfaa5c0db3f8005e9011ef6e8f5fc2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Thu, 12 Sep 2024 14:44:42 +0800 Subject: [PATCH] =?UTF-8?q?[fix=20bug]=20=E5=B8=82=E5=9C=BA=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E6=B8=85=E5=8D=95=20=E6=96=B0=E5=A2=9E/=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=90=8E=E6=9B=B4=E6=96=B0=E6=B8=85=E5=8D=95=E7=BC=96?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsFormPage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 249041d..7b4c1ed 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -611,12 +611,12 @@ export default { this.$message.success(this.$t('operationSuccessful')) if (!this.model.id) { // 没有id,是新增会返回id,用于下方表格处理 - this.model = Object.assign({}, values) + // this.model = Object.assign({}, values) this.model.id = res.message this.filters.manifestId = this.model.id - // 更新清单编号 - this.initData(this.model.id) } + // 更新清单编号 + this.initData(this.model.id) this.showList = true } else { this.$message.warning(res.message)