This commit is contained in:
2024-11-13 14:47:19 +08:00
parent e11c71edf1
commit 319e0ac90d
6 changed files with 1033 additions and 863 deletions

View File

@@ -207,11 +207,11 @@ export function getDetailTree(data) {
params: data
})
}
export function getDetailTreeInfo(data) {
export function getDetailTreeInfo(query) {
return request({
url: 'base/order/getDetailTreeInfoById',
url: 'base/order/getDetailTreeInfoByIdNew',
method: 'get',
params: data
params: query
})
}