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