Commit 38192b11 authored by huhaiqing's avatar huhaiqing

修复卸货异常无法显示

parent 9e08d3dc
......@@ -277,7 +277,7 @@ export default {
});
},
// 获取异常类型
getUnloadError(exceptionList) {
getUnloadError(exceptionList = []) {
const codes = this.getDictDatas(this.DICT_TYPE.ORDER_ERROR_TYPE);
let errorLabels = [];
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