feat: Icon改版

This commit is contained in:
kailong321200875
2023-07-11 14:20:46 +08:00
parent 64c7e48bd1
commit 882f162ff2
9 changed files with 55 additions and 44 deletions

View File

@@ -150,6 +150,10 @@ export const useTable = (config: UseTableConfig) => {
getElTableExpose: async () => {
await getTable()
return unref(elTableRef)
},
refresh: () => {
methods.getList()
}
// // 删除数据
// delList: async (ids: string[] | number[], multiple: boolean, message = true) => {