diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index fa51a916..21d0a4b0 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -264,6 +264,10 @@ this.$toast('营业执照未上传') return } + if( !this.licensePhoto ) { + this.$toast('开户许可证未上传') + return + } if( !(this.form.serviceAreaCode.length > 0) ) { this.$toast('服务区域不能为空') return