瀏覽代碼

fix:市场分析报告移除请求失败toast

yangfeng 1 年之前
父節點
當前提交
2d89f8b6cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/common-module/report-analysis/js/report_analysis.js

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

@@ -1059,7 +1059,7 @@ var vm = new Vue({
 
 
           } else {
-            this.$toast('请求失败')
+            // this.$toast('请求失败')
           }
         }.bind(this)
       })