Browse Source

单位注册

rongxin_prod
庞东旭 1 year ago
parent
commit
639c8b6793
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/register/companyRegister.vue

+ 1
- 1
src/views/register/companyRegister.vue View File

@@ -250,7 +250,7 @@ export default {
})
return;
}
if (this.userForm.companyLicense == ''){
if (this.form.companyLicense == ''){
this.$toast({
icon: 'error', // 找到自己需要的图标
message: '请上传营业执照',


Loading…
Cancel
Save