From 8814d12eaf4faedc51c7e057b6bd7ad2f086b8c9 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 3 Jul 2024 18:00:31 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsFormPage.vue | 5 ++--- .../marketRegulationsList/MarketRegulationsList.vue | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 676c7de..c65a0b7 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -207,7 +207,6 @@ import MarketRegulationsListSelectionModal from '../../../components/selection/M import { getForeignStandardDocumentInfo, getMarketRegulationListById, - getMarketRegulationListByIds, marketRegulationListAdd, marketRegulationListEdit } from '../../../api/standardRegulationLibraryApi' @@ -866,8 +865,8 @@ export default { const param = {} param.manifest = Object.assign({}, values) let func - if (this.model.id) { - param.manifest.id = this.model.id + if (this.model.manifest.id) { + param.manifest.id = this.model.manifest.id func = marketRegulationListEdit } else { func = marketRegulationListAdd diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue index b7c6185..ccd3a5e 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsList.vue @@ -79,8 +79,6 @@ {{ $t('newlyAdded') }} {{ $t('release') }} - - {{ $t('batchDelete') }} {{ $t('export') }}