bugfix zentao

This commit is contained in:
lb
2023-10-12 15:40:05 +08:00
parent 8f634d012c
commit 7acccd3de0
8 changed files with 201 additions and 97 deletions

View File

@@ -35,11 +35,11 @@ export function getLineBindProductLog(id) {
}
// 获得产线目前生产产品表 主要为更新分页
export function getLineBindProductLogPage(query) {
export function getLineBindProductLogPage(data) {
return request({
url: '/base/line-bind-product-log/page',
method: 'get',
params: query
method: 'post',
data
})
}