[update] 市场法规清单
This commit is contained in:
+2
-3
@@ -207,7 +207,6 @@ import MarketRegulationsListSelectionModal from '../../../components/selection/M
|
|||||||
import {
|
import {
|
||||||
getForeignStandardDocumentInfo,
|
getForeignStandardDocumentInfo,
|
||||||
getMarketRegulationListById,
|
getMarketRegulationListById,
|
||||||
getMarketRegulationListByIds,
|
|
||||||
marketRegulationListAdd,
|
marketRegulationListAdd,
|
||||||
marketRegulationListEdit
|
marketRegulationListEdit
|
||||||
} from '../../../api/standardRegulationLibraryApi'
|
} from '../../../api/standardRegulationLibraryApi'
|
||||||
@@ -866,8 +865,8 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.manifest = Object.assign({}, values)
|
param.manifest = Object.assign({}, values)
|
||||||
let func
|
let func
|
||||||
if (this.model.id) {
|
if (this.model.manifest.id) {
|
||||||
param.manifest.id = this.model.id
|
param.manifest.id = this.model.manifest.id
|
||||||
func = marketRegulationListEdit
|
func = marketRegulationListEdit
|
||||||
} else {
|
} else {
|
||||||
func = marketRegulationListAdd
|
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="handleAdd">{{ $t('newlyAdded') }}</a-button>
|
||||||
<!-- 发布 -->
|
<!-- 发布 -->
|
||||||
<a-button icon="plus" type="primary" @click="handleBatchPublish">{{ $t('release') }}</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'))">
|
<a-button icon="upload" type="primary" ghost @click="handleExportXls($t('standardRegulationLibrary.marketRegulationsList.exportName'))">
|
||||||
{{ $t('export') }}
|
{{ $t('export') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user