Explorar o código

feat: 报告分析提示添加

cuiyalong hai 6 meses
pai
achega
63fd69b0b5

+ 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)