This commit is contained in:
tcy
2025-08-23 06:31:22 +08:00
parent dbb649d1ce
commit cfb6085bbf
4 changed files with 21 additions and 9 deletions

View File

@ -166,7 +166,7 @@ import {
getBatch,
delBatch,
listSelectCailiaoshebei, obtainTheVersion,
getDictList
getDictList, coryEngineeringList
} from '@/api/materials/batchPlan';
import { CailiaoshebeiVO, CailiaoshebeiQuery, CailiaoshebeiForm } from '@/api/materials/batchPlan/types';
import { useUserStoreHook } from '@/store/modules/user';
@ -459,7 +459,7 @@ const handleAudit = async () => {
};
const getNameList = (versions) => {
getDictList({ projectId: currentProject.value?.id, versions }).then((res) => {
coryEngineeringList({ projectId: currentProject.value?.id, versions }).then((res) => {
nameList.value = res.data;
});
};