新增待办,开模件问题修复
This commit is contained in:
@@ -16,10 +16,12 @@ export const getDemandHideKeys = (key: string) => {
|
||||
'materialAndCraftsmanship',
|
||||
'robotNum',
|
||||
'colorRequirements',
|
||||
'isMoldMaking',
|
||||
'materialNo',
|
||||
];
|
||||
let keys: string[] = [];
|
||||
if (key.indexOf('有限元') !== -1 || key.indexOf('DISCIPLINE_TYPE') !== -1) {
|
||||
const finiteElementKeys = ['simulationPurpose'];
|
||||
const finiteElementKeys = ['simulationPurpose', 'isMoldMaking', 'materialNo'];
|
||||
keys = allKeys.filter((item) => !finiteElementKeys.includes(item));
|
||||
} else if (key.indexOf('动画') !== -1) {
|
||||
const animationKeys = ['animationPurpose', 'robotBrand', 'axis', 'beatDemand'];
|
||||
|
||||
Reference in New Issue
Block a user