@@ -591,7 +591,7 @@ export default {
})
return
}
- if (this.companyList1.mainBusinessType.length<2) {
+ if (this.companyList1.mainBusinessType.length<1) {
this.$message({
message: '至少选择一个主营类型',
type: 'warning',