key码剩余条数为0 作废,标记成已使用失败给出提示

This commit is contained in:
许红梅 2022-05-26 17:46:07 +08:00
parent b0291b2327
commit ed1c9c15cc
1 changed files with 3 additions and 1 deletions

View File

@ -292,7 +292,9 @@ export default class acclist extends React.Component {
this.getKeyCodeList(data); this.getKeyCodeList(data);
Notify.success("作废成功"); Notify.success("作废成功");
}, },
(err) => {} (err) => {
Notify.error(err);
}
); );
}); });
} }