fix: 统计功能,统一优化。

This commit is contained in:
tianyongbao
2024-10-24 19:14:15 +08:00
parent a79af70ca1
commit a3c3d7969a
14 changed files with 118 additions and 18 deletions

View File

@@ -296,7 +296,7 @@ function handleQuery() {
/** 重置按钮操作 */
function resetQuery() {
proxy.resetForm('queryRef')
queryParams.value.billState = '1'
queryParams.value.billState = null
handleQuery()
}