소스 검색

feat: 报告分析提示添加

cuiyalong 7 달 전
부모
커밋
63fd69b0b5
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)