Ver Fonte

bug细节处理

zhengkaixin há 11 meses atrás
pai
commit
3619089fcb

+ 6 - 2
pages/platformRevenueStatistics/platformRevenueStatistics.vue

@@ -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
 				})

+ 1 - 1
pages/platformRevenueStatistics/saveUtilityIncome.vue

@@ -233,7 +233,7 @@
 					
 				}catch(e){
 					//TODO handle the exception
-					console.log("111111",time)
+					
 					if(!t){
 						str=time
 					}else{