소스 검색

修改bug

chenrui 6 달 전
부모
커밋
fa4ae6decd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/salesManagement/onlinePayOrder/list.vue

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

@@ -515,6 +515,7 @@ export default {
     handleExport () {
       const _this = this
       const params = this.queryParam
+      params.showDiscountAmountFlag = 0
       this.exportLoading = true
       _this.spinning = true
       salesExport(params).then(res => {