shj
2022-03-31 b2c24bfd334bbac0bb02d93de6e865ef7084fb7d
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>