shj
2022-04-11 17cae4457a301ca79ff3a2975641d5989c127b13
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"
      })
    }
  }
};