zhanghua
2023-10-23 893fc457a2daeb0aa33a5a9d0b32eef7db238c1f
src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
@@ -126,7 +126,8 @@
    </div>
</template>
<script>
import MyMap from '@/components/map'
// import MyMap from "@/components/map";
import MyMap from "@/components/map/leafletMap.vue";
export default {
    components: {
        MyMap
@@ -299,7 +300,6 @@
    },
    created() {
        const { getBigKind, getEventLevel, getSmallKind } = this;
        console.log(this.mytype);
        this.vio.category = this.mytype + 1;
        getBigKind();
        getSmallKind();
@@ -316,7 +316,6 @@
                url: 'sccg/violations/query/type_first'
            }).then(res => {
                this.bigKindList = res.data;
                // console.log(res);
            })
        },
        // 获取小类列表
@@ -326,7 +325,6 @@
                url: 'sccg/violations/query/type_second'
            })
                .then(res => {
                    console.log(res);
                    this.smallKindList = res.data;
                })
        },
@@ -337,7 +335,6 @@
                url: 'sccg/violations/query/event_type'
            })
                .then(res => {
                    console.log(res);
                    this.eventLevelList = res.data;
                })
        },
@@ -356,7 +353,6 @@
            this.$refs.user.validate((valid) => {
                if (valid) {
                    const { vio } = this;
                    console.log(vio);
                    this.$axios({
                        method: 'post',
                        url: 'sccg/base-case/addition_violation',
@@ -410,19 +406,19 @@
        .input-form {
            .el-form {
                &::v-deep .el-form-item__label {
                    color: #4b9bb7;
                }
                // &::v-deep .el-form-item__label {
                //     color: #4b9bb7;
                // }
                &::v-deep .el-input__inner {
                    background-color: #09152f;
                    border: 1px solid #17324c;
                }
                // &::v-deep .el-input__inner {
                //     background-color: #09152f;
                //     border: 1px solid #17324c;
                // }
                &::v-deep .el-textarea__inner {
                    background-color: #09152f;
                    border: 1px solid #17324c;
                }
                // &::v-deep .el-textarea__inner {
                //     background-color: #09152f;
                //     border: 1px solid #17324c;
                // }
            }
        }
@@ -462,8 +458,8 @@
                color: #fff;
                // outline: #409eff solid 1px;
                outline: none;
                background-color: #09152f;
                border: 1px solid #17324c;
                // background-color: #09152f;
                // border: 1px solid #17324c;
            }
        }
    }