仿真待办,切换类型,清空

This commit is contained in:
魏保林
2026-03-19 17:53:32 +08:00
parent 80f85b8195
commit 79e0c5d81d

View File

@@ -679,6 +679,7 @@ const changeSimulationType = (val: string) => {
simTypeList = commonStore.getDictData(val).A;
tableFormRef.value.setOptionsFun('simType', simTypeList);
formHideKeys.value = getDemandHideKeys(val);
tableFormRef.value.resetFun();
};
const changeFun = async (val: any) => {