lmx il y a 1 jour
Parent
commit
109b16cb4c
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/views/company/companyVoiceRobotic/index.vue

+ 6 - 6
src/views/company/companyVoiceRobotic/index.vue

@@ -235,11 +235,11 @@
                       </el-tag>
                     </el-button>
                   </el-col>
-                  <el-col :span="form.addType == 1 ? 9 : 12">
+                  <!-- <el-col :span="form.addType == 1 ? 9 : 12">
                     <el-select v-model="item.wxDialogId" placeholder="选择话术" filterable size="small">
                       <el-option v-for="dialog in wxDialogList" :key="dialog.id" :label="dialog.name" :value="dialog.id"/>
                     </el-select>
-                  </el-col>
+                  </el-col> -->
                   <el-col :span="2">
                     <el-button type="danger" icon="el-icon-delete" circle @click="removeQwUser(index)" size="small"></el-button>
                   </el-col>
@@ -782,10 +782,10 @@ export default {
               this.msgError(`第 ${i + 1} 个账号请选择企微`);
               return;
             }
-            if(!account.wxDialogId) {
-              this.msgError(`第 ${i + 1} 个账号请选择话术`);
-              return;
-            }
+            // if(!account.wxDialogId) {
+            //   this.msgError(`第 ${i + 1} 个账号请选择话术`);
+            //   return;
+            // }
           }
           
           let list = [];