[update] 修改UAT问题:企标的标准来源查询条件默认集团标准
This commit is contained in:
@@ -618,3 +618,9 @@ export const HaveNoOpinion = {
|
||||
HAVE: { text: '有', value: '1' },
|
||||
NO: { text: '无', value: '0' }
|
||||
}
|
||||
|
||||
// 企标-标准来源
|
||||
export const EnStandardSource = {
|
||||
GroupStandard: { text: '集团标准', value: '1' },
|
||||
ChongqingStandard: { text: '重庆标准', value: '1' }
|
||||
}
|
||||
|
||||
@@ -267,6 +267,7 @@ import { kkFilePreview } from '@/utils/kkFilePreview'
|
||||
import { getFileInfo } from '@api/api'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { isHasPermission } from '@/utils/hasPermission'
|
||||
import { EnStandardSource } from '../../../enums/commonEnums'
|
||||
|
||||
export default {
|
||||
name: 'EnterpriseStandardList',
|
||||
@@ -331,7 +332,8 @@ export default {
|
||||
currentShare: {},
|
||||
expandedKeys: [], // 体系展开的节点
|
||||
defaultSearchParams: {
|
||||
standard_state: `${EnterpriseStandardStatus.CURRENTLY_EFFECTIVE.value},${EnterpriseStandardStatus.TRIAL_OPERATION.value},${EnterpriseStandardStatus.RELEASE.value},${EnterpriseStandardStatus.PRE_RELEASE.value}`
|
||||
standard_state: `${EnterpriseStandardStatus.CURRENTLY_EFFECTIVE.value},${EnterpriseStandardStatus.TRIAL_OPERATION.value},${EnterpriseStandardStatus.RELEASE.value},${EnterpriseStandardStatus.PRE_RELEASE.value}`,
|
||||
standard_source: `${EnStandardSource.GroupStandard.value}`
|
||||
},
|
||||
disabledMixinsCreate: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user