Browse Source

修改需求选择服务商判断企业

LiFei 5 years ago
parent
commit
94994f0d1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/requiremanager/modules/HwRequirementModal.vue

+ 1 - 1
src/views/requiremanager/modules/HwRequirementModal.vue

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