src/views/safetyHazardAccount/Dualbase.vue
@@ -160,8 +160,11 @@ </el-row> </el-col> <el-col :span="4" style="text-align:right"> <el-button type="primary" class="btns" @click="addDanger" <el-button type="primary" class="btns" size="small" @click="addDanger" >编辑</el-button > <el-button type="primary" class="btns" size="small" @click="jump()" >本单位结果</el-button > </el-col> </el-row> @@ -711,6 +714,11 @@ } }); }, jump(){ this.$router.push({ path:"/DualbaseLost" }) } }, }; </script>