key码剩余条数为0 作废,标记成已使用失败给出提示
This commit is contained in:
parent
b0291b2327
commit
ed1c9c15cc
|
@ -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);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue