产值
This commit is contained in:
@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user