Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

故障联调 故障文档删除提示更改



See merge request !302
@@ -42,7 +42,7 @@ export default { @@ -42,7 +42,7 @@ export default {
42 that.$global.showMsg("删除成功!"); 42 that.$global.showMsg("删除成功!");
43 that.diagnosisData.splice(index,1); 43 that.diagnosisData.splice(index,1);
44 }else{ 44 }else{
45 - that.$global.showMsg("删除失败!",'warning') 45 + that.$global.showMsg(res.msg,'warning')
46 } 46 }
47 47
48 }) 48 })