소스 검색

自动化测试失败提示

zhouna 5 년 전
부모
커밋
f5be703791
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/qualityControl/AutoTestList.vue

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

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