fix: 🧩 修复bug
This commit is contained in:
@@ -146,7 +146,6 @@ export const useTable = (
|
||||
state.totalParam = {};
|
||||
// 同步到查询参数
|
||||
state.searchParam = { ...newVal };
|
||||
console.log(state.searchParam, "= state.searchParam=");
|
||||
// 同步到参数快照
|
||||
state.totalParam = { ...newVal, ...pageParam.value };
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user