feat: 🚀 发布测试环境
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user