wjj 6 jam lalu
induk
melakukan
d855060688
1 mengubah file dengan 10 tambahan dan 9 penghapusan
  1. 10 9
      src/views/company/companyWorkflow/design.vue

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

@@ -841,15 +841,16 @@ export default {
         // 根据当前外呼模式设置AI配置的禁用状态
         // 根据当前外呼模式设置AI配置的禁用状态
         this.editAiDisable = this.selectedNode.nodeConfig.callMode !== 2;
         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 四项基础数据
         // 加载 EasyCallCenter365 四项基础数据
         getGatewayList().then(res => {
         getGatewayList().then(res => {
           this.easyCallGatewayList = res.data || []
           this.easyCallGatewayList = res.data || []