This commit is contained in:
砂糖
2025-07-22 15:30:55 +08:00
parent 8c1e60f226
commit 63c8541bc5
14 changed files with 1426 additions and 201 deletions

View File

@@ -42,3 +42,11 @@ export function delOrder(orderId) {
method: 'delete'
})
}
// dashboard
export function getDashboardData() {
return request({
url: '/wms/product/dashboard/overview',
method: 'get'
})
}