修改bug

This commit is contained in:
‘937886381’
2024-04-11 16:54:22 +08:00
parent 92d197a513
commit 49df8a72bd
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2023-11-07 14:10:18
* @LastEditTime: 2024-04-09 09:17:02
* @LastEditTime: 2024-04-11 16:16:05
* @LastEditors: zhp
* @Description:
*/
@@ -18,14 +18,14 @@ export function getStatisticalDataPage(query) {
export function getWorkOrderList(query) {
return request({
url: 'base/quality-inspection-record/listbyfilter',
url: 'base/core-work-order/listbyfilter',
method: 'get',
params: query,
})
}
export function getProductList(query) {
return request({
url: 'base/statistical-data/listAll',
url: 'base/core-product/listAll',
method: 'get',
params: query,
})