|
@@ -626,8 +626,11 @@ export default {
|
|
|
this.$util.msg('请上传您的营业执照', 2000)
|
|
|
return
|
|
|
}
|
|
|
- console.log(this.isOrganizationType)
|
|
|
if (this.isOrganizationType == 1 || this.isOrganizationType == 2) {
|
|
|
+ if (this.medicalPracticeLicense == '') {
|
|
|
+ this.$util.msg('请上传医疗许可证', 2000)
|
|
|
+ return
|
|
|
+ }
|
|
|
if (this.mainProduct == '') {
|
|
|
this.$util.msg('请选择住机构主营内容', 2000)
|
|
|
return
|
|
@@ -755,9 +758,11 @@ export default {
|
|
|
switch (e.tapIndex) {
|
|
|
case 0:
|
|
|
this.organizationTypeText = '医美'
|
|
|
+ this.secondClubType = 1
|
|
|
break
|
|
|
case 1:
|
|
|
this.organizationTypeText = '生美'
|
|
|
+ this.secondClubType = 5
|
|
|
break
|
|
|
case 2:
|
|
|
this.organizationTypeText = '项目公司'
|