fix: 备份管理删除文件提示态码不匹配
This commit is contained in:
@@ -174,7 +174,7 @@ function fnRecordDelete(row: Record<string, any>) {
|
||||
const key = 'delNeBackup';
|
||||
message.loading({ content: '请稍等...', key });
|
||||
delNeBackup(toRaw(row)).then(res => {
|
||||
if (res.code === 200) {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
message.success({
|
||||
content: `删除成功`,
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user