@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1679284823291
+ "version": 1679292481880
}
@@ -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 => {