|
@@ -627,22 +627,7 @@
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import {
|
|
import {
|
|
|
- listRobotic,
|
|
|
|
|
- getRobotic,
|
|
|
|
|
- delRobotic,
|
|
|
|
|
- addRobotic,
|
|
|
|
|
- updateRobotic,
|
|
|
|
|
- exportRobotic,
|
|
|
|
|
- calleesList,
|
|
|
|
|
- statusList,
|
|
|
|
|
- startRobotic,
|
|
|
|
|
- stopRobotic,
|
|
|
|
|
- companyUserList,
|
|
|
|
|
- wxList,
|
|
|
|
|
- taskRun,
|
|
|
|
|
- getTypes,
|
|
|
|
|
getSmsTempList,
|
|
getSmsTempList,
|
|
|
- getCIDGroupList
|
|
|
|
|
} from "@/api/company/companyVoiceRobotic";
|
|
} from "@/api/company/companyVoiceRobotic";
|
|
|
import { getWorkflow, addWorkflow, updateWorkflow, getNodeTypes, getWorkflowVersionDetail } from '@/api/company/companyWorkflow'
|
|
import { getWorkflow, addWorkflow, updateWorkflow, getNodeTypes, getWorkflowVersionDetail } from '@/api/company/companyWorkflow'
|
|
|
import {getDicts} from "@/api/system/dict/data";
|
|
import {getDicts} from "@/api/system/dict/data";
|
|
@@ -861,15 +846,15 @@ 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 || []
|