lct
Your Name
2022-08-23 3c647d3837f7a1c2c146b7d4c39a87174782215f
src/views/login/register.vue
@@ -53,7 +53,7 @@
                                <el-option
                                    v-for="item in departmentList"
                                    :key="item.id"
                                    :value="item.department"
                                    :value="item.id"
                                    :label="item.department"
                                >
                                </el-option>
@@ -98,6 +98,7 @@
                password:'',
                idcard:'',
                company:'',
                companyid:'',
                department:'',
                job:''
            },
@@ -171,6 +172,7 @@
        },
        companyChange(val){
            this.registerForm.company = val.company
            this.registerForm.companyid = val.id
            if (val.ismain === 1) {
                this.isMain = true;
            }else{