Browse Source

单位注册

rongxin_prod
庞东旭 2 years 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; return;
} }
if (this.userForm.companyLicense == ''){
if (this.form.companyLicense == ''){
this.$toast({ this.$toast({
icon: 'error', // 找到自己需要的图标 icon: 'error', // 找到自己需要的图标
message: '请上传营业执照', message: '请上传营业执照',


Loading…
Cancel
Save