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)