|
@@ -819,7 +819,7 @@ export default {
|
|
queryWxzy(getParams).then(res => {
|
|
queryWxzy(getParams).then(res => {
|
|
console.log('data4',res)
|
|
console.log('data4',res)
|
|
this.loading4 = false;
|
|
this.loading4 = false;
|
|
- this.total3 = res.count;
|
|
|
|
|
|
+ this.total3 = res.data.count || 0;
|
|
this.table4 = res.data.data ? res.data.data : []
|
|
this.table4 = res.data.data ? res.data.data : []
|
|
});
|
|
});
|
|
},
|
|
},
|