Commit 6c21ff81 authored by Damon's avatar Damon

refactor: 异常单处理-无数据

parent 3bcfb5c5
...@@ -649,10 +649,8 @@ export default { ...@@ -649,10 +649,8 @@ export default {
// this.showTab = this.list.length > 1 // this.showTab = this.list.length > 1
// 异常单处理 // 异常单处理
if ( if (this.orderStatus === '88' || this.orderStatus === '86')
this.auditResults.length > 0 && {
(this.orderStatus === '88' || this.orderStatus === '86')
) {
this.checkCompleteError(list) this.checkCompleteError(list)
} else { } else {
this.list = list this.list = list
......
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