Просмотр исходного кода

Merge branch 'master' of http://1.14.104.71:10880/root/ylrz_his_scrm_companyUI

caoliqin 4 дней назад
Родитель
Сommit
59816e5df1
1 измененных файлов с 9 добавлено и 24 удалено
  1. 9 24
      src/views/company/companyWorkflow/design.vue

+ 9 - 24
src/views/company/companyWorkflow/design.vue

@@ -627,22 +627,7 @@
 
 <script>
 import {
-  listRobotic,
-  getRobotic,
-  delRobotic,
-  addRobotic,
-  updateRobotic,
-  exportRobotic,
-  calleesList,
-  statusList,
-  startRobotic,
-  stopRobotic,
-  companyUserList,
-  wxList,
-  taskRun,
-  getTypes,
   getSmsTempList,
-  getCIDGroupList
 } from "@/api/company/companyVoiceRobotic";
 import { getWorkflow, addWorkflow, updateWorkflow, getNodeTypes, getWorkflowVersionDetail } from '@/api/company/companyWorkflow'
 import {getDicts} from "@/api/system/dict/data";
@@ -861,15 +846,15 @@ export default {
         // 根据当前外呼模式设置AI配置的禁用状态
         this.editAiDisable = this.selectedNode.nodeConfig.callMode !== 2;
 
-        getTypes().then(e => {
-          this.robotList = e.robot;
-          this.dialogList = e.dialog;
-        })
-        getCIDGroupList().then(res=>{
-          this.CIDGroupList = res.data;
-        }).catch(res=>{
-          console.log(res);
-        });
+        // getTypes().then(e => {
+        //   this.robotList = e.robot;
+        //   this.dialogList = e.dialog;
+        // })
+        // getCIDGroupList().then(res=>{
+        //   this.CIDGroupList = res.data;
+        // }).catch(res=>{
+        //   console.log(res);
+        // });
         // 加载 EasyCallCenter365 四项基础数据
         getGatewayList().then(res => {
           this.easyCallGatewayList = res.data || []