|
@@ -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 || []
|