修复需求bug

This commit is contained in:
weibl
2026-01-31 14:40:32 +08:00
parent 4966043089
commit ada8f4ec26

View File

@@ -597,6 +597,7 @@ const getWorkSpaceList = async (phaseId: string) => {
if (res.code === 200) {
if (res.data.length === 0) {
ElMessage.warning('该阶段下没有工位,请先做仿真策划!');
tableFormRef.value.setOptionsFun(NODE_TYPE.WORKSPACE, []);
} else {
const optionList = res.data.map((item: { nodeName: string; uuid: string }) => {
return {