소스 검색

修改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