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" }) } } };