浏览代码

Merge branch 'feature/v4.9.94' of https://jygit.jydev.jianyu360.cn/qmx/jy into feature/v4.9.94

wangshan 6 月之前
父节点
当前提交
70ee94dac0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/web/staticres/common-module/report-analysis/js/report_analysis.js

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

@@ -987,8 +987,9 @@ var vm = new Vue({
                   }
                 }
               })
+            } else if (res.data.status === -1) {
+              return this.$toast(res.data.msg)
             }
-            
           } else {
             loading.clear()
             this.$toast(res.error_msg)