|
|
@@ -471,7 +471,8 @@ import knowledgeList from "@/views/main/knowledgeBase/knowledgeList/cpns/konwleg
|
|
471
|
471
|
|
|
472
|
472
|
import { flatten } from 'lodash';
|
|
473
|
473
|
import { getOfffixNuber, getCallSate } from '@/utils/index';
|
|
474
|
|
-import { stripHtmlByRegex } from '@/utils/tools';
|
|
|
474
|
+// import { stripHtmlByRegex } from '@/utils/tools';
|
|
|
475
|
+import { stripHtmlByRegex, formatMilliseconds } from '@/utils/tools';
|
|
475
|
476
|
|
|
476
|
477
|
const router = useRouter()
|
|
477
|
478
|
let { proxy } = getCurrentInstance()
|
|
|
@@ -561,7 +562,7 @@ const loadMoreCallData = async () => {
|
|
561
|
562
|
};
|
|
562
|
563
|
|
|
563
|
564
|
const saveTranslate = (callid, translate) => {
|
|
564
|
|
- console.log(callid, translate, 'adsfasdf')
|
|
|
565
|
+ console.log(callid, translate, 'adsfasdf--1')
|
|
565
|
566
|
if (!translate || !translate.length || !callid) return;
|
|
566
|
567
|
createPageData('/call/translate', {
|
|
567
|
568
|
callid,
|