dev_1.0.1
luotaiqian 2026-07-08 20:31:28 +08:00
parent 73411b43e8
commit 67a82667f2
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();