[update] 市场法规清单
This commit is contained in:
+2
-3
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user