shj
2022-04-11 17cae4457a301ca79ff3a2975641d5989c127b13
src/views/hiddenDangerRegistration/index.vue
@@ -210,7 +210,7 @@
          size="small"
          >批量发送</el-button
        >
        <el-button class="btns" type="primary" icon="el-icon-plus" size="small"
        <el-button class="btns" @click="jump" type="primary" icon="el-icon-plus" size="small"
          >添加</el-button
        >
           <el-button  size="small"
@@ -331,6 +331,13 @@
      currentPage: 1,
    };
  },
  methods:{
    jump(){
      this.$router.push({
        path:"/hiddenDangerAdd"
      })
    }
  }
};
</script>
<style>