update 国内标准-编辑
This commit is contained in:
@@ -503,7 +503,7 @@ export default {
|
||||
},
|
||||
// 标准选择变化
|
||||
standardSelectionChange (value, id) {
|
||||
this.formInline[value + '_by'] = id
|
||||
// this.formInline[value + '_by'] = id
|
||||
this.formInline = { ...this.formInline }
|
||||
},
|
||||
// 选择用户得到用户名
|
||||
|
||||
@@ -50,3 +50,10 @@ export const ProjectSource = {
|
||||
ADD: { text: '本地新增', value: '1' },
|
||||
PMS: { text: 'PMS', value: '2' }
|
||||
}
|
||||
|
||||
// 标准来源
|
||||
export const StandardSource = {
|
||||
DOMESTIC: { text: '国内', value: '1' },
|
||||
OVERSEAS: { text: '国外', value: '2' },
|
||||
ENTERPRISE: { text: '企标', value: '3' }
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user