zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
src/views/operate/car/myIndex/edit/soil/index.vue
@@ -185,12 +185,10 @@
    created() {
        // 初始化数据
        this.car = JSON.parse(JSON.stringify(this.info));
        console.log('------------',this.car);
    },
    methods: {
        // 添加车辆
        handleCar() {
            console.log(this.car);
            this.$refs.user.validate((valid) => {
                if (valid) {
                    const { car } = this;
@@ -202,7 +200,6 @@
                        }
                    })
                        .then(res => {
                            console.log(res);
                            if (res.code === 200) {
                                this.$message({
                                    type: 'success',
@@ -229,13 +226,13 @@
<style lang="scss" scoped>
.createUser {
    border-radius: 1px;
    background-color: #09152f;
    // background-color: #09152f;
    main {
        // border: 1px solid #fff;
        text-align: left;
        padding: 0 55px;
        background-color: #09152f;
        background-color: #fff;
        padding-bottom: 50px;
        .mainContent {
@@ -277,7 +274,7 @@
    }
    &::v-deep .el-textarea__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
@@ -286,7 +283,7 @@
    }
    ::v-deep .el-input__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
}