zhouna 5 years ago
parent
commit
5690b1695c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/qualityControl/TaskDetail.vue

+ 1 - 1
src/components/qualityControl/TaskDetail.vue

@@ -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');