feat: 更新预算服务和控制器,优化统计信息获取逻辑,增强参数验证
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
孙诚
2026-01-09 16:59:08 +08:00
parent b5d0524868
commit 76fd0d23dc
3 changed files with 97 additions and 20 deletions

View File

@@ -225,7 +225,6 @@ const handleQueryBills = async () => {
billLoading.value = true
try {
debugger
const classify = props.budget.selectedCategories
? props.budget.selectedCategories.join(',')
: ''