@@ -628,7 +628,7 @@
//搜索服务商
onSearch(){
- if(!this.form.getFieldValue('companyName')){
+ if(!this.form.getFieldValue('companyName') && !this.model.companyId){
this.$message.warning('请先选择企业')
return
}