Переглянути джерело

自动化测试失败提示

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||"自动化测试失败");
           }
         });
       },