key码剩余数量为0,标记为使用失败操作修改提示

This commit is contained in:
许红梅 2022-05-27 14:05:32 +08:00
parent ed1c9c15cc
commit 8d457031b6
1 changed files with 3 additions and 1 deletions

View File

@ -272,7 +272,9 @@ export default class acclist extends React.Component {
this.getKeyCodeList(data); this.getKeyCodeList(data);
Notify.success("标记为使用成功"); Notify.success("标记为使用成功");
}, },
(err) => {} (err) => {
Notify.error(err);
}
); );
}); });
} }