feat: 🚀 发布测试环境

This commit is contained in:
2025-09-28 16:11:10 +08:00
parent 7b4e4f81d2
commit 2837efee97
10 changed files with 43 additions and 62 deletions

View File

@@ -73,7 +73,11 @@ const selectionChange = (selection: any) => {
};
const handleButtonClickCallback = (item: any) => {
const { type } = item;
btnClick[type](item, dataStore.selectionList, proTable);
btnClick[type]({
selectionList: dataStore.selectionList,
proTable,
initParam: dataStore.initParam
});
};
//搜索
const handleSearch = async (params: any) => {