add:对接MES缺料请求,叫满送空任务
opt:优化工单配盘
This commit is contained in:
@@ -186,7 +186,7 @@ const loadPortOptions = computed(() => {
|
||||
|
||||
async function fetchWorkOrders() {
|
||||
try {
|
||||
const res = await request.get('/api/workOrder', { params: { status: 2 } })
|
||||
const res = await request.get('/api/workOrder/getListPda', { params: { status: 2 } })
|
||||
orderList.value = res.content || []
|
||||
} catch {
|
||||
// error handled by interceptor
|
||||
|
||||
Reference in New Issue
Block a user