[update] 市场法规清单

This commit is contained in:
lideqin
2024-07-03 18:00:31 +08:00
parent d3df0c0f1c
commit 8814d12eaf
2 changed files with 2 additions and 5 deletions
@@ -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
@@ -79,8 +79,6 @@
<a-button icon="plus" type="primary" @click="handleAdd">{{ $t('newlyAdded') }}</a-button>
<!-- 发布 -->
<a-button icon="plus" type="primary" @click="handleBatchPublish">{{ $t('release') }}</a-button>
<!-- 批量删除 -->
<a-button icon="delete" type="primary" ghost @click="batchDel">{{ $t('batchDelete') }}</a-button>
<!-- 导出 -->
<a-button icon="upload" type="primary" ghost @click="handleExportXls($t('standardRegulationLibrary.marketRegulationsList.exportName'))">
{{ $t('export') }}