|
|
@@ -776,7 +776,7 @@
|
|
|
耗时: {{ formatDuration(log.duration) }}
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</el-card>
|
|
|
</el-timeline-item>
|
|
|
</el-timeline>
|
|
|
@@ -880,11 +880,10 @@ import {
|
|
|
wxList,
|
|
|
taskRun,
|
|
|
// getTypes,
|
|
|
- getSmsTempList,
|
|
|
// getCIDGroupList,
|
|
|
- getExecRecords,
|
|
|
- getCurrentCompanyId
|
|
|
+ getExecRecords
|
|
|
} from "@/api/company/companyVoiceRobotic";
|
|
|
+import { getSmsTempList } from "@/api/company/companySmsTemp";
|
|
|
import draggable from 'vuedraggable'
|
|
|
// import { listAll } from '@/api/company/wxDialog';
|
|
|
import customerSelect from '@/views/crm/components/CustomerSelect.vue';
|
|
|
@@ -905,7 +904,7 @@ export default {
|
|
|
submitFormLoading:false,
|
|
|
taskType:1,
|
|
|
taskTypeList:[{id:1,name:"普通任务"},{id:2,name:"场景任务"}],
|
|
|
- currentCompanyId:null,
|
|
|
+
|
|
|
// 遮罩层
|
|
|
loading: true,
|
|
|
// CIDGroupList:[],
|
|
|
@@ -1070,11 +1069,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- getCurrentCompanyId().then(res=>{
|
|
|
- this.currentCompanyId = res.companyId;
|
|
|
- }).catch(res=>{
|
|
|
- console.log(res);
|
|
|
- })
|
|
|
//getTypes().then(e => {
|
|
|
//this.robotList = e.robot;
|
|
|
//this.dialogList = e.dialog;
|
|
|
@@ -1376,11 +1370,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
openSelect() {
|
|
|
- if(!!this.currentCompanyId){
|
|
|
- this.$refs.customer.setRowsDesignatedCompany(this.form.userTableList || [],this.currentCompanyId);
|
|
|
- }else{
|
|
|
this.$refs.customer.setRows(this.form.userTableList || []);
|
|
|
- }
|
|
|
},
|
|
|
// openQwUserSelect(index) {
|
|
|
// this.thisQwUserIndex = index;
|