同步修改页面逻辑

This commit is contained in:
not-like-juvenile
2026-03-12 18:05:32 +08:00
parent 4acbb8ced5
commit e70211f1d2
9 changed files with 522 additions and 44 deletions

View File

@@ -65,7 +65,8 @@
})
async function loadOrders() {
const data = await mockService.getMockOrders()
// 使用不带用户过滤的接口,加载所有运单,便于模拟推送测试
const data = await mockService.getAllOrders()
orders.value = data
}