|
@@ -123,8 +123,8 @@ import { commonMixin } from '@/utils/mixin'
|
|
|
import { STable, VSelect } from '@/components'
|
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
import {
|
|
|
- verifyfyAccountQueryDealerBalanceDetailPage,
|
|
|
- verifyfyAccountQueryDealerBalanceDetailCount
|
|
|
+ verifyAccountBalanceQueryDetailPage,
|
|
|
+ verifyAccountBalanceQueryDetailCount
|
|
|
} from '@/api/verifyAccountChange'
|
|
|
export default {
|
|
|
name: 'AccountStatementBillDetail',
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
dealerSn: this.dealerSn,
|
|
|
...this.queryParam
|
|
|
}
|
|
|
- return verifyfyAccountQueryDealerBalanceDetailPage(params).then(res => {
|
|
|
+ return verifyAccountBalanceQueryDetailPage(params).then(res => {
|
|
|
let data
|
|
|
if (res.status == 200) {
|
|
|
data = res.data
|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
},
|
|
|
// 统计
|
|
|
getCount (params) {
|
|
|
- verifyfyAccountQueryDealerBalanceDetailCount(params).then(res => {
|
|
|
+ verifyAccountBalanceQueryDetailCount(params).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.totalData = res.data
|
|
|
}
|