Kxc0822a
2022-04-11 1c3530a001ac2764069044f8ea12a8b8a2ad4bbc
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>