fix: 🧩 修复bug

This commit is contained in:
2025-10-17 16:59:21 +08:00
parent c913152460
commit eea0925899
10 changed files with 4 additions and 14 deletions

View File

@@ -146,7 +146,6 @@ export const useTable = (
state.totalParam = {};
// 同步到查询参数
state.searchParam = { ...newVal };
console.log(state.searchParam, "= state.searchParam=");
// 同步到参数快照
state.totalParam = { ...newVal, ...pageParam.value };
},