src/views/safetyproduction/checklistself.vue
@@ -167,6 +167,11 @@ }) }, Del(id){ this.$confirm('确认删除吗','提示', { confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning' }).then(()=>{ safetySelfInspectionDel({id:id}).then(res=>{ if(res.data.code==200){ this.safetySelfInspectionL(); @@ -179,6 +184,7 @@ } }) } )} }, }; </script>