浏览代码

修改bug

chenrui 6 月之前
父节点
当前提交
2b53aa84a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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