--新增删除鉴权用户,更新中英文库
This commit is contained in:
@@ -310,7 +310,7 @@ function fnRecordDelete(row: Record<string, any>) {
|
||||
const key = 'delNotice';
|
||||
message.loading({ content: '请稍等...', key });
|
||||
delNeInfo(row).then(res => {
|
||||
if (res.code === 200) {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
message.success({
|
||||
content: `删除成功`,
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user