修复需求bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user