bug调整

This commit is contained in:
2024-12-03 11:15:51 +08:00
parent 853d98d18b
commit 32b5a6db3e
3 changed files with 5 additions and 9 deletions

View File

@@ -99,11 +99,7 @@ const tableStore = new TableStore({
}
],
beforeSearchFun: () => {
for (let key in tableStore.table.params) {
if (tableStore.table.params[key] === '') {
delete tableStore.table.params[key]
}
}
}
})