perf: 【ANTD】新增 general 标准模式批量删除代码示例
parent
495aa10695
commit
33d0da02ef
|
@ -109,7 +109,7 @@ async function onDelete(row: Demo01ContactApi.Demo01Contact) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -120,7 +120,7 @@ async function onDelete(row: Demo03StudentApi.Demo03Student) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ async function onDelete(row: Demo03StudentApi.Demo03Course) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ async function onDelete(row: Demo03StudentApi.Demo03Grade) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ async function onDelete(row: Demo03StudentApi.Demo03Student) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -110,7 +110,7 @@ async function onDelete(row: Demo03StudentApi.Demo03Student) {
|
|||
key: 'action_process_msg',
|
||||
});
|
||||
await getList();
|
||||
} catch {
|
||||
} finally {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue