|
@@ -122,7 +122,7 @@ import { STable, VSelect } from '@/components'
|
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
import { productBrandQuery } from '@/api/productBrand'
|
|
|
import { productTypeQuery } from '@/api/productType'
|
|
|
-import { productPriceChangeList } from '@/api/product'
|
|
|
+import { productPriceChangeList, productPriceChangeExport } from '@/api/product'
|
|
|
export default {
|
|
|
components: { STable, VSelect, rangeDate },
|
|
|
data () {
|
|
@@ -282,10 +282,10 @@ export default {
|
|
|
handleExport () {
|
|
|
const params = this.queryParam
|
|
|
this.exportLoading = true
|
|
|
- // customerBundleExportDelay(params).then(res => {
|
|
|
- // this.exportLoading = false
|
|
|
- // this.download(res)
|
|
|
- // })
|
|
|
+ productPriceChangeExport(params).then(res => {
|
|
|
+ this.exportLoading = false
|
|
|
+ this.download(res)
|
|
|
+ })
|
|
|
},
|
|
|
download (data) {
|
|
|
if (!data) { return }
|