| @@ -133,15 +133,15 @@ | |||||
| goTo(i){ | goTo(i){ | ||||
| if(i==1){ | if(i==1){ | ||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'0'+'&validInvalid=0' | |||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd | |||||
| }); | }); | ||||
| }else if(i==2){ | }else if(i==2){ | ||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal=0'+'&markAdvisor=1' | |||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd | |||||
| }); | }); | ||||
| }else{ | }else{ | ||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal=0'+'&markAdvisor=0' | |||||
| url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd | |||||
| }); | }); | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -1,7 +1,7 @@ | |||||
| // http.js使用域名 | // http.js使用域名 | ||||
| // const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 | |||||
| const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 | |||||
| // const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地 | // const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地 | ||||
| const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // cl本地 | |||||
| // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // cl本地 | |||||
| // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||
| // const baseUrl = 'https://hfju.com/api'; // 数智正式 | // const baseUrl = 'https://hfju.com/api'; // 数智正式 | ||||