style: 文件上传网元端失败固定提示

This commit is contained in:
TsMask
2023-12-07 18:27:40 +08:00
parent a612d05429
commit e92004a69a
6 changed files with 8 additions and 4 deletions

View File

@@ -472,7 +472,7 @@ function fnModalUploadImportUpload(file: File) {
if (res.code === RESULT_CODE_SUCCESS && res.data?.detail) {
uploadImportState.msg = res.data?.detail;
} else {
uploadImportState.msg = res.msg;
uploadImportState.msg = t('views.neUser.pcf.uploadFileErr');
}
})
.finally(() => {