tangjie 2026-07-08 20:55:24 +08:00
commit c0dbf43805
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function StaffCertificatePage(props) {
okText: "是",
cancelText: "否",
onOk: async () => {
const res = await props.staffCertificateRemove({ id });
const res = await props.staffCertificateRemove({ data: id });
if (res?.success !== false) {
message.success("删除成功");
handleSearch();