修复员工资产空导入返回500问题

This commit is contained in:
wkc
2026-03-13 10:02:23 +08:00
parent 58e022fe64
commit 4dd7c273f2
3 changed files with 80 additions and 1 deletions

View File

@@ -1279,6 +1279,8 @@ export default {
});
this.startAssetImportStatusPolling(taskId);
} else if (response.code === 601) {
this.$modal.msgWarning(response.msg);
} else {
this.$modal.msgError(response.msg);
}