This commit is contained in:
‘937886381’
2025-11-13 13:29:46 +08:00
parent bff6efbaa8
commit 5ddab768ef
33 changed files with 153 additions and 251 deletions

View File

@@ -32,7 +32,7 @@ export function getReceiveDetailPage(data) {
return request({
url: "/lb/receive-detail/page",
method: "get",
data: data,
params: data,
});
}
@@ -40,6 +40,6 @@ export function getAccountSumaryPage(data) {
return request({
url: "/lb/account-sumary/page",
method: "get",
data: data,
params: data,
});
}