Parcourir la source

feat: replace to href

yangfeng il y a 1 an
Parent
commit
4af5290540

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

@@ -612,7 +612,7 @@ var vm = new Vue({
       return false
     },
     goToAnalysisHistory: function () {
-      location.replace('./report_analysis_history')
+      location.href = './report_analysis_history'
     },
     formatSelectTime (value) {
       if (!value) return '-'