修复需求详情工位显示问题
This commit is contained in:
@@ -66,6 +66,9 @@ const getDemandInfoFun = async () => {
|
||||
]);
|
||||
const simTypeList: any = commonStore.getDictData(res.data.demandType);
|
||||
tableFormRef.value.setOptionsFun('simType', simTypeList.A);
|
||||
tableFormRef.value.setOptionsFun('workspaceId', [
|
||||
{ label: res.data.workspaceName, value: res.data.workspaceId },
|
||||
]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -96,6 +96,9 @@ const getDemandInfo = async () => {
|
||||
]);
|
||||
const simTypeList: any = commonStore.getDictData(res.data.demandType);
|
||||
tableFormRef.value.setOptionsFun('simType', simTypeList.A);
|
||||
tableFormRef.value.setOptionsFun('workspaceId', [
|
||||
{ label: res.data.workspaceName, value: res.data.workspaceId },
|
||||
]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user