Compare commits
2 Commits
21bdcf5b75
...
31f26e2004
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31f26e2004 | ||
|
|
7c54d363be |
@@ -694,6 +694,7 @@ watch(
|
||||
);
|
||||
const demandFormName = ref('SIMULATION_TASK_DEMAND_CREATE');
|
||||
const changeSimulationType = (val: string) => {
|
||||
tableFormRef.value.resetFun();
|
||||
setPageStorage('simulationType', val);
|
||||
if (simulationType.value === '工业设计') {
|
||||
demandFormName.value = 'SIMULATION_TASK_DEMAND_INDUSTRIAL_CREATE';
|
||||
@@ -706,7 +707,6 @@ const changeSimulationType = (val: string) => {
|
||||
simTypeList = commonStore.getDictData(val).A;
|
||||
tableFormRef.value.setOptionsFun('simType', simTypeList);
|
||||
formHideKeys.value = getDemandHideKeys(val);
|
||||
tableFormRef.value.resetFun();
|
||||
}, 500);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user