lilei 2 년 전
부모
커밋
f3c282e110
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 1 0
      src/views/salesManagement/salesQueryNew/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1679284823291
+  "version": 1679292481880
 }

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

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