feat: 登录页改造

This commit is contained in:
kailong321200875
2023-07-10 20:40:36 +08:00
parent b1a83f6018
commit 5312951359
9 changed files with 197 additions and 164 deletions

View File

@@ -143,15 +143,6 @@ export const useTable = (config: UseTableConfig) => {
table?.delColumn(field)
},
/**
* @description 获取全选数据
* @returns
*/
getSelections: async () => {
const table = await getTable()
return table?.selections || []
},
/**
* @description 获取ElTable组件的实例
* @returns ElTable instance