fix: 🧩 修复bug

This commit is contained in:
2025-10-11 10:51:20 +08:00
parent 190be3b7ce
commit ef38880743
8 changed files with 113 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ export const useTable = (
};
//删除临时参数和空值参数
const deleteParams = () => {
const KEY = ["Time", "customer_number1"];
const KEY = ["Time", "customer_number1", "customer_numbers"];
for (let key in state.totalParam) {
if (KEY.includes(key) || !state.totalParam[key]) {
delete state.totalParam[key];