feat: 登录页改造
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user