feat(api): 🚀 生成人

This commit is contained in:
2026-04-17 16:21:18 +08:00
parent 35a8de2ede
commit 1f8621626c

View File

@@ -124,7 +124,6 @@ export const useTable = (
if (routeName === "barCode") { if (routeName === "barCode") {
$Bus.emit("searchBarCodeSsDownLoad"); $Bus.emit("searchBarCodeSsDownLoad");
} }
updatedTotalParam(); updatedTotalParam();
getTableList(); getTableList();
}; };
@@ -138,7 +137,6 @@ export const useTable = (
state.searchParam = {}; state.searchParam = {};
// 重置搜索表单的时,如果有默认搜索参数,则重置默认的搜索参数 // 重置搜索表单的时,如果有默认搜索参数,则重置默认的搜索参数
Object.keys(state.searchInitParam).forEach(key => { Object.keys(state.searchInitParam).forEach(key => {
console.log(key, "=============");
state.searchParam[key] = state.searchInitParam[key]; state.searchParam[key] = state.searchInitParam[key];
}); });
const userStore: any = useUserStore(); const userStore: any = useUserStore();