mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 02:58:39 +08:00
refactor: eslint src --fix
This commit is contained in:
@@ -89,7 +89,7 @@ const { form, resetForm } = useForm<DeptReq>({
|
||||
name: '',
|
||||
parentId: undefined,
|
||||
sort: 999,
|
||||
status: 1,
|
||||
status: 1
|
||||
})
|
||||
|
||||
// 重置
|
||||
|
||||
@@ -147,7 +147,7 @@ const onDelete = async (item: DeptResp) => {
|
||||
}
|
||||
|
||||
// 导出
|
||||
const onExport = ()=>{
|
||||
const onExport = () => {
|
||||
useDownload(() => exportDept(queryForm))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user