Эх сурвалжийг харах

fix:跳转留资source调整

tsz 2 жил өмнө
parent
commit
3032e35718

+ 2 - 2
src/web/staticres/common-module/report-analysis/js/report_analysis.js

@@ -411,13 +411,13 @@ var vm = new Vue({
       this.saveState()
       if(utils.$envs.inWX){
         if(!this.getStatus) {
-          this.$refs.chartExampleRef.goOpen('', '', 'wx_analysis_ProjectDetails')
+          location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_analysis_ProjectDetails'
         } else {
           window.location.href='/big/wx/page/report_analysis_pro_list?id=' + this.rid
         }
        } else {
         if(!this.getStatus) {
-          this.$refs.chartExampleRef.goOpen('', '', 'app_analysis_ProjectDetails')
+          location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_analysis_ProjectDetails'
         } else {
           window.location.href='/jyapp/big/page/report_analysis_pro_list?id=' + this.rid
         }