Browse Source

自动化测试失败提示

zhouna 5 years ago
parent
commit
f5be703791
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/qualityControl/AutoTestList.vue

+ 2 - 2
src/components/qualityControl/AutoTestList.vue

@@ -178,10 +178,10 @@
           if(res.data.code==="0"){
           if(res.data.code==="0"){
             //this.loading=false;
             //this.loading=false;
             loadingInstance.close();
             loadingInstance.close();
-            this.warning(res.data.msg||'操作成功','success');
+            this.warning('操作成功','success');
             this.getDataList();
             this.getDataList();
           }else{
           }else{
-            this.warning("自动化测试失败");
+            this.warning(res.data.msg||"自动化测试失败");
           }
           }
         });
         });
       },
       },