@@ -290,7 +290,7 @@
}).catch(() => {});
},
showDelDialog(id){
- this.showConfirmDialog('是否删除该任务?',()=>{
+ this.showConfirmDialog('是否删除该缺陷?',()=>{
api.delTaskDetail({id:id}).then((res)=>{
if(res.data.code=='0'){
this.warning(res.data.msg||'操作成功','success');