| @@ -677,14 +677,10 @@ | |||||
| Acquirecustomerintentlist2: [], // 人工校准数组 | Acquirecustomerintentlist2: [], // 人工校准数组 | ||||
| Acquirecustomerintentlist: [], // 系统分析数组 | Acquirecustomerintentlist: [], // 系统分析数组 | ||||
| zhixingcenterindex: 0, // 销讲总执行率 && 禁忌执行 && 需求挖掘率 选项卡下标 | zhixingcenterindex: 0, // 销讲总执行率 && 禁忌执行 && 需求挖掘率 选项卡下标 | ||||
| <<<<<<< HEAD | |||||
| prohibitedlist: [], // 禁忌执行 | |||||
| ======= | |||||
| prohibitedlist: { | prohibitedlist: { | ||||
| guwen: [], // 顾问违禁词 | guwen: [], // 顾问违禁词 | ||||
| kehu: [], // 客户违禁词 | kehu: [], // 客户违禁词 | ||||
| }, // 禁忌执行 | }, // 禁忌执行 | ||||
| >>>>>>> master | |||||
| tablist: [], // 角色列表 | tablist: [], // 角色列表 | ||||
| tablists: [], // 标记顾问的角色列表 | tablists: [], // 标记顾问的角色列表 | ||||
| @@ -729,11 +725,6 @@ | |||||
| effectiveIndexText: '请选择', // 无效原因展示文字 | effectiveIndexText: '请选择', // 无效原因展示文字 | ||||
| effectiveitext: '', // 无效原因备注文字 | effectiveitext: '', // 无效原因备注文字 | ||||
| <<<<<<< HEAD | |||||
| ======= | |||||
| >>>>>>> master | |||||
| textItself: '', // 存储修改的常错字对话 | textItself: '', // 存储修改的常错字对话 | ||||
| argtextindex2: 0, // 长按单次选中的对话下标 | argtextindex2: 0, // 长按单次选中的对话下标 | ||||
| @@ -1494,15 +1485,8 @@ | |||||
| } else { | } else { | ||||
| this.roleSelectArr.push(0) | this.roleSelectArr.push(0) | ||||
| } | } | ||||
| <<<<<<< HEAD | |||||
| this.$u.throttle(() => { | |||||
| this.dialogList = [] | |||||
| this.fenjiaoseunfo() | |||||
| }, 1500) | |||||
| ======= | |||||
| this.dialogList = [] | this.dialogList = [] | ||||
| this.fenjiaoseunfo() | this.fenjiaoseunfo() | ||||
| >>>>>>> master | |||||
| }, | }, | ||||
| // 选中全部时互斥全部选项与角色选项 | // 选中全部时互斥全部选项与角色选项 | ||||
| @@ -1804,12 +1788,9 @@ | |||||
| translateHtmlContent: this.messagelisy, | translateHtmlContent: this.messagelisy, | ||||
| } | } | ||||
| this.isshow2 = false; | this.isshow2 = false; | ||||
| <<<<<<< HEAD | |||||
| this.dialogList[this.argtextindex2].onebest = this.textItself.replace(this.thewrongword, this.reswrongword) | |||||
| ======= | |||||
| this.dialogList[this.argtextindex2].onebest = this.textItself.replace(this.thewrongword, | this.dialogList[this.argtextindex2].onebest = this.textItself.replace(this.thewrongword, | ||||
| this.reswrongword) | this.reswrongword) | ||||
| >>>>>>> master | |||||
| this.cancelBeast() | this.cancelBeast() | ||||
| this.$u.post("/corpus/addCorrectWord", parames).then(data => { | this.$u.post("/corpus/addCorrectWord", parames).then(data => { | ||||
| this.thewrongword = ""; | this.thewrongword = ""; | ||||
| @@ -2092,12 +2073,6 @@ | |||||
| if (info.speakerStr) { | if (info.speakerStr) { | ||||
| params.speakerStr = info.speakerStr | params.speakerStr = info.speakerStr | ||||
| } | } | ||||
| <<<<<<< HEAD | |||||
| if (info.voFlag) { | |||||
| params.voFlag = info.voFlag | |||||
| } | |||||
| ======= | |||||
| >>>>>>> master | |||||
| this.$u.get(config.service.findAudioContent, params).then(res => { | this.$u.get(config.service.findAudioContent, params).then(res => { | ||||
| res.forEach(che => { | res.forEach(che => { | ||||
| if (che.onebest == info.onebest) { | if (che.onebest == info.onebest) { | ||||