update 国内、海外
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
|
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
|
||||||
<add-form ref="addForm"
|
<add-form ref="addForm"
|
||||||
|
:flag="StandardSource.DOMESTIC.value"
|
||||||
:get-form-func="getFormFunc"
|
:get-form-func="getFormFunc"
|
||||||
:get-document-info-func="getDocumentInfoFunc"
|
:get-document-info-func="getDocumentInfoFunc"
|
||||||
:special-placeholder="specialPlaceholder"
|
:special-placeholder="specialPlaceholder"
|
||||||
@@ -37,12 +38,14 @@ import {
|
|||||||
addDomesticStandard,
|
addDomesticStandard,
|
||||||
editDomesticStandard
|
editDomesticStandard
|
||||||
} from '../../../../api/standardRegulationLibraryApi'
|
} from '../../../../api/standardRegulationLibraryApi'
|
||||||
|
import { StandardSource } from '../../../../enums/commonEnums.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'DomesticStandardModal',
|
name: 'DomesticStandardModal',
|
||||||
components: { AddForm },
|
components: { AddForm },
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
StandardSource,
|
||||||
visible: false,
|
visible: false,
|
||||||
title: '',
|
title: '',
|
||||||
width: 800,
|
width: 800,
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
|
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
|
||||||
<add-form ref="addForm"
|
<add-form ref="addForm"
|
||||||
|
:flag="StandardSource.OVERSEAS.valuel"
|
||||||
:get-form-func="getFormFunc"
|
:get-form-func="getFormFunc"
|
||||||
:get-document-info-func="getDocumentInfoFunc"
|
:get-document-info-func="getDocumentInfoFunc"
|
||||||
:special-placeholder="specialPlaceholder"
|
:special-placeholder="specialPlaceholder"
|
||||||
@@ -37,12 +38,14 @@ import {
|
|||||||
addOverseasStandard,
|
addOverseasStandard,
|
||||||
editOverseasStandard
|
editOverseasStandard
|
||||||
} from '../../../../api/standardRegulationLibraryApi'
|
} from '../../../../api/standardRegulationLibraryApi'
|
||||||
|
import { StandardSource } from '../../../../enums/commonEnums.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'OverseasStandardModal',
|
name: 'OverseasStandardModal',
|
||||||
components: { AddForm },
|
components: { AddForm },
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
StandardSource,
|
||||||
visible: false,
|
visible: false,
|
||||||
title: '',
|
title: '',
|
||||||
width: 800,
|
width: 800,
|
||||||
|
|||||||
Reference in New Issue
Block a user