Commit 08ebbe06 authored by duxinyuan's avatar duxinyuan

修改城市等一系列问题1

parent 75560196
......@@ -241,6 +241,8 @@
ajaxUl() {
let _this = this;
let _index = _this.initTabNumMain;
_this.total1 = 0 ;
_this.total2 = 0;
_this.axios({
method: 'get',
url: '/broker/selectPerformanceByTime',
......@@ -258,7 +260,8 @@
if(response.data.code == 200) {
if(response.data.data){
if(Array.isArray(response.data.data)){
_this.total1 = 0 ;
_this.total2 = 0;
}else{
_this.total1 = _this.dealJine(response.data.data.all_performance_total) ;
_this.total2 = _this.dealJine(response.data.data.all_official_receipts_total);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment