feat(api): 🚀 生成人
This commit is contained in:
@@ -124,7 +124,6 @@ export const useTable = (
|
||||
if (routeName === "barCode") {
|
||||
$Bus.emit("searchBarCodeSsDownLoad");
|
||||
}
|
||||
|
||||
updatedTotalParam();
|
||||
getTableList();
|
||||
};
|
||||
@@ -138,7 +137,6 @@ export const useTable = (
|
||||
state.searchParam = {};
|
||||
// 重置搜索表单的时,如果有默认搜索参数,则重置默认的搜索参数
|
||||
Object.keys(state.searchInitParam).forEach(key => {
|
||||
console.log(key, "=============");
|
||||
state.searchParam[key] = state.searchInitParam[key];
|
||||
});
|
||||
const userStore: any = useUserStore();
|
||||
|
||||
Reference in New Issue
Block a user