update 国内标准-编辑

This commit is contained in:
赵霄
2023-09-19 15:43:25 +08:00
parent d0d02ea917
commit 650e458f71
3 changed files with 10 additions and 3 deletions
@@ -199,7 +199,7 @@ import {
collectionDomesticStandard,
cancelCollectionDomesticStandard
} from '../../../api/standardRegulationLibraryApi'
import { StandardSystemTreeNodeType, TagsTypeEnums, YesOrNoEnum } from '../../../enums/commonEnums'
import { StandardSystemTreeNodeType, StandardSource, YesOrNoEnum } from '../../../enums/commonEnums'
import UserSelectModal from '../../../components/selection/UserSelectModal.vue'
import DomesticSystemTreeModal from './modules/DomesticSystemTreeModal.vue'
import SelectionDomesticStandardDrawer from './modules/SelectionDomesticStandardDrawer.vue'
@@ -511,7 +511,7 @@ export default {
path: '/standardRegulationLibrary/DomesticStandardDetail',
query: {
id,
type: TagsTypeEnums.DOMESTIC_LIST.value,
type: StandardSource.DOMESTIC.value,
standardNumber
}
})