shj
2022-04-11 5fa3e8c7c356cd6c0d83b4206cca2461c0344ee0
src/views/hiddenDangerManagement/index.vue
@@ -222,7 +222,7 @@
          size="small"
          >填写督查</el-button
        >
        <el-button class="btns" type="primary" icon="el-icon-plus" size="small"
        <el-button class="btns" type="primary" icon="el-icon-plus" @click="jump" size="small"
          >添加</el-button
        >
           <el-button  size="small"
@@ -351,6 +351,11 @@
  methods:{
    handleClick(data){
    },
    jump(){
      this.$router.push({
        path:"/fillRectificationAdd"
      })
    }
  }
};