搜索框加空格校验 & 发布v1.3.0版本

This commit is contained in:
Eamon
2026-04-16 14:28:03 +08:00
parent c850831915
commit 13be8f3270
13 changed files with 80 additions and 91 deletions

View File

@@ -6,7 +6,7 @@ export async function getPageBalance(params: {
page: number
size: number
user_phone?: string
bill_id?: string
bill_no?: string
created_at_start?: Date
created_at_end?: Date
}) {
@@ -21,7 +21,7 @@ export async function getBalance(params: {
size: number
user_id: number
user_phone?: string
bill_id?: string
bill_no?: string
created_at_start?: Date
created_at_end?: Date
}) {