cqf
2022-05-11 7d7621c76d725e8a1fba689cba9b512c22748abe
src/views/hiddenDangerManagement/fillRectificationAdd.vue
@@ -104,7 +104,7 @@
                        </el-col>
                    </el-row>-->
                    <el-row>
                    <el-row style="margin-bottom: 20px">
                        <el-col :span="9">
                            <el-button type="primary" class="btns" @click="addDanger">新增隐患</el-button>
                        </el-col>
@@ -302,7 +302,7 @@
                        </el-form-item>
                    </el-col>
                </el-row>-->
                <el-row>
                <el-row style="margin-top: 20px">
                    <el-col :span="22">
                        <el-form-item style="text-align: center">
                            <el-button type="primary" class="btns" @click="submitDanger('form')"
@@ -565,7 +565,7 @@
                            if (res.data.ok==1){
                                this.$message({type:'success', message:"新增成功", duration:3000})
                                this.$router.push({
                                    path:"/hiddenDangerRegistration"
                                    path:"/hiddenDangerManagement"
                                })
                            }else {
                                this.$message({type:'error', message:res.data.msg, duration:3000})
@@ -578,6 +578,11 @@
                    }
                });
            },
            close(){
                this.$router.push({
                    path:"/hiddenDangerManagement"
                })
            },
        },
    };
</script>