|
@@ -341,8 +341,8 @@ export default {
|
|
// 查询汇总充值金额
|
|
// 查询汇总充值金额
|
|
listCZXFData(query).then((response) => {
|
|
listCZXFData(query).then((response) => {
|
|
if (response.data!=null ) {
|
|
if (response.data!=null ) {
|
|
- if (response.data.amt) {
|
|
|
|
- this.infoFrom.czAmt = response.data.amt;
|
|
|
|
|
|
+ if (response.data.czAmt) {
|
|
|
|
+ this.infoFrom.czAmt = response.data.czAmt;
|
|
} else {
|
|
} else {
|
|
this.infoFrom.czAmt = 0;
|
|
this.infoFrom.czAmt = 0;
|
|
}
|
|
}
|