From 1b3a55b105aa78a46ecdd29ec449bb00bea7c1bd Mon Sep 17 00:00:00 2001 From: gitjianyu <57935053+gitjianyu@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:58:06 +0800 Subject: [PATCH] Update VoicePrintDialog.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除监听智能体id的,从原先的打开声纹页面获取一次对话,改为每次打开增加修改页面,从新获取一次新的对话信息 --- main/manager-web/src/components/VoicePrintDialog.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main/manager-web/src/components/VoicePrintDialog.vue b/main/manager-web/src/components/VoicePrintDialog.vue index 1ce048bd..4253e8c4 100644 --- a/main/manager-web/src/components/VoicePrintDialog.vue +++ b/main/manager-web/src/components/VoicePrintDialog.vue @@ -167,15 +167,6 @@ export default { })) } }, - agentId(newVal) { - if (newVal) { - api.agent.getRecentlyFiftyByAgentId(this.agentId, ((data) => { - this.valueTypeOptions = data.data.data.map(item => ({ - ...item - })); - })) - } - }, 'form.audioId'(newVal) { if (newVal == null || newVal == "") { return