13937891274
2022-05-17 331c3bed75c95d13d79e84f5ba4d0500716fc703
src/views/safetyHazardAccount/index.vue
@@ -184,7 +184,7 @@
            <el-col :span="12" style="text-align:right;" v-if="radio1=='全部隐患'">
                <el-button type="primary" class="btns" size="small">督查督办</el-button>
                <el-button type="primary" class="btns" size="small">举一反三</el-button>
                <el-button type="primary" class="btns" size="small">双基考核</el-button>
                <el-button type="primary" class="btns" size="small" @click="base()">双基考核</el-button>
                <el-button type="primary" class="btns" size="small">删除</el-button>
            </el-col>
        </el-row>
@@ -466,7 +466,7 @@
        },
        updateClick(row){
            this.$router.push({
                path:"/hiddenDangerAdd?id="+row.id
                path:"/safetyedit"
            })
        },
        jump(){
@@ -500,6 +500,11 @@
                .catch(error =>{
                });
        },
        base(){
            this.$router.push({
                path:"/Dualbase"
            })
        }
    }
};
</script>