Commit 6c21ff81 authored by Damon's avatar Damon

refactor: 异常单处理-无数据

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