mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	refactor: 重构及优化应用管理
This commit is contained in:
		| @@ -68,7 +68,7 @@ export function useTable<T extends U, U = T>(api: Api<T>, options?: Options<T, U | ||||
|         if (res.success) { | ||||
|           Message.success(options?.successTip || '删除成功') | ||||
|           selectedKeys.value = [] | ||||
|           getTableData() | ||||
|           await getTableData() | ||||
|         } | ||||
|         return res.success | ||||
|       } catch (error) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user