feat(api): 🚀 生成人
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user