chenrui hai 6 meses
pai
achega
2b53aa84a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/salesManagement/onlinePayOrder/list.vue

+ 1 - 1
src/views/salesManagement/onlinePayOrder/list.vue

@@ -280,7 +280,7 @@ export default {
         this.disabled = true
         this.spinning = true
         // 是否包含废弃单
-        this.queryParam.disuseStateList = this.isAbandonOrder ? ['CANCEL', 'AUDIT_REJECT '] : undefined
+        this.queryParam.disuseFlag = this.isAbandonOrder ? '1' : '0'
         // 查询总计
         salesCount(Object.assign(parameter, this.queryParam)).then(res => {
           this.totalData = res.data