|
|
@@ -23,8 +23,8 @@ export async function getDeviceList ({ productionId }) {
|
|
|
}
|
|
|
|
|
|
// 生产计划添加工单列表
|
|
|
-export async function getPlanDeviceList ({ productionId }) {
|
|
|
- const res = await request.get(`/aps/workorder/getDeviceList/${productionId}`);
|
|
|
+export async function getPlanDeviceList ({ produceVersionId }) {
|
|
|
+ const res = await request.get(`/aps/workorder/getDeviceList/${produceVersionId}`);
|
|
|
if (res.data.code == 0) {
|
|
|
return res.data.data;
|
|
|
}
|