Explorar el Código

平台资金管理-平台账目统计金额显示问题修复

ZhangWenQiang hace 5 años
padre
commit
2ed6049a4f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/views/hlgcpmanager/HlgCpAccountDetailList.vue

+ 5 - 0
src/views/hlgcpmanager/HlgCpAccountDetailList.vue

@@ -265,6 +265,11 @@
               this.paymentMoney = res.result.records[0].paymentMoney
               this.serviceMoney = res.result.records[0].serviceMoney
               this.paymentServiceMoney = res.result.records[0].paymentServiceMoney
+            } else {
+              this.rechargeMoney = '0.00'
+              this.paymentMoney = '0.00'
+              this.serviceMoney = '0.00'
+              this.paymentServiceMoney = '0.00'
             }
           }
           if(res.code===510){