Commit 38192b11 authored by huhaiqing's avatar huhaiqing

修复卸货异常无法显示

parent 9e08d3dc
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
}); });
}, },
// 获取异常类型 // 获取异常类型
getUnloadError(exceptionList) { getUnloadError(exceptionList = []) {
const codes = this.getDictDatas(this.DICT_TYPE.ORDER_ERROR_TYPE); const codes = this.getDictDatas(this.DICT_TYPE.ORDER_ERROR_TYPE);
let errorLabels = []; let errorLabels = [];
exceptionList.forEach((item) => { exceptionList.forEach((item) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment