fix
zhoucong
2022-05-16 070e6ce56f585eb26eabbb2ed17fef1e3e4026c5
src/views/login/register.vue
@@ -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{