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