|
|
@@ -153,6 +153,7 @@ export default {
|
|
|
.then(res => {
|
|
|
this.hideLoading();
|
|
|
this.recordList = res;
|
|
|
+ console.log(this.recordList);
|
|
|
let countArr = [],
|
|
|
TXCount = [];
|
|
|
if (res.length === 0) {
|
|
|
@@ -187,7 +188,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onShow() {
|
|
|
- console.log(this.count);
|
|
|
+ // console.log(this.count);
|
|
|
this.record({
|
|
|
detail: 0
|
|
|
});
|