This commit is contained in:
2026-03-23 14:53:42 +08:00
parent da17b56542
commit 6a689b0d73

View File

@@ -684,7 +684,7 @@ const changeSimulationType = (val: string) => {
tableFormRef.value.setOptionsFun('simType', simTypeList);
formHideKeys.value = getDemandHideKeys(val);
tableFormRef.value.resetFun();
simulationType.value = '';
demandFormName.value = '';
nextTick(() => {
if (simulationType.value === '工业设计') {
demandFormName.value = 'SIMULATION_TASK_DEMAND_INDUSTRIAL_CREATE';