修复员工资产空导入返回500问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user