Commit 92d947af authored by huhaiqing's avatar huhaiqing

修复卸柜异常

parent 8160dba1
...@@ -303,7 +303,8 @@ export default { ...@@ -303,7 +303,8 @@ export default {
}); });
}, },
// 获取异常类型 // 获取异常类型
getUnloadError(exceptionList = []) { getUnloadError(exceptionList) {
if (!exceptionList) return 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