|
@@ -120,7 +120,6 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { commonMixin } from '@/utils/mixin'
|
|
-import moment from 'moment'
|
|
|
|
import { hdExportExcel } from '@/libs/exportExcel'
|
|
import { hdExportExcel } from '@/libs/exportExcel'
|
|
import { STable, VSelect } from '@/components'
|
|
import { STable, VSelect } from '@/components'
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
@@ -229,8 +228,7 @@ export default {
|
|
handleExport () {
|
|
handleExport () {
|
|
const _this = this
|
|
const _this = this
|
|
_this.exportLoading = true
|
|
_this.exportLoading = true
|
|
- const timeStr = moment().format('YYYYMMDDHHmmss')
|
|
|
|
- hdExportExcel(verifyAccountBalanceDetailExport, { dealerSn: this.dealerSn, ..._this.queryParam }, '(' + _this.$route.params.name + ')余额-' + timeStr, function () {
|
|
|
|
|
|
+ hdExportExcel(verifyAccountBalanceDetailExport, { dealerSn: this.dealerSn, ..._this.queryParam }, '(' + _this.$route.params.name + ')余额-', function () {
|
|
_this.exportLoading = false
|
|
_this.exportLoading = false
|
|
})
|
|
})
|
|
},
|
|
},
|