@@ -190,9 +190,13 @@
},
methods: {
gotoInfo(i){
- //console.log(this.id)
+
var url="/pages/platformRevenueStatistics/saveUtilityIncome?id="+this.id+"&type="+i+"&query="+this.queryDate
- url+="&companyId="+this.companyId
+ if(this.companyId ){
+ url+="&companyId="+this.info.companyId
+ }
uni.navigateTo({
url:url
})
@@ -233,7 +233,7 @@
}catch(e){
//TODO handle the exception
- console.log("111111",time)
if(!t){
str=time
}else{