|
@@ -307,8 +307,7 @@ export default {
|
|
|
this.spinning = true
|
|
|
// 查询总计
|
|
|
salesCount(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
- console.log(res, 'res')
|
|
|
- this.totalData = Object.assign(this.totalData, res.data || {})
|
|
|
+ this.totalData = res.data
|
|
|
})
|
|
|
return salesList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
let data
|