Browse Source

修改bug

chenrui 6 tháng trước cách đây
mục cha
commit
2b53aa84a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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