From 6730f1e4e16d7930230639176a33d4f599a88381 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期日, 10 十二月 2023 18:15:38 +0800 Subject: [PATCH] 工作台报工选库调整 --- src/api/product/handymantype.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/api/product/handymantype.js b/src/api/product/handymantype.js index 09b43ea..cf10be1 100644 --- a/src/api/product/handymantype.js +++ b/src/api/product/handymantype.js @@ -124,13 +124,14 @@ return request({ url: '/mes/product/isProductionCounting', method: 'get', - params: query + params: query }) } -export function qualifiedLocation(id) { +export function qualifiedLocation(query) { return request({ - url: '/mes/product/qualifiedLocation/' + id, - method: 'get' + url: '/mes/product/qualifiedLocation', + method: 'get', + params: query }) } -- Gitblit v1.9.3