优化创建需求
This commit is contained in:
@@ -15,6 +15,7 @@ export const getDemandHideKeys = (key: string) => {
|
||||
'deviceMessage',
|
||||
'materialAndCraftsmanship',
|
||||
'robotNum',
|
||||
'colorRequirements',
|
||||
];
|
||||
let keys: string[] = [];
|
||||
if (key.indexOf('有限元') !== -1 || key.indexOf('DISCIPLINE_TYPE') !== -1) {
|
||||
@@ -30,6 +31,7 @@ export const getDemandHideKeys = (key: string) => {
|
||||
'viewRequirements',
|
||||
'referenceData',
|
||||
'deviceMessage',
|
||||
'colorRequirements',
|
||||
'materialAndCraftsmanship',
|
||||
];
|
||||
keys = allKeys.filter((item) => !industrialKeys.includes(item));
|
||||
|
||||
Reference in New Issue
Block a user