Update VoicePrintDialog.vue

删除监听智能体id的,从原先的打开声纹页面获取一次对话,改为每次打开增加修改页面,从新获取一次新的对话信息
This commit is contained in:
gitjianyu
2025-07-28 13:58:06 +08:00
committed by GitHub
parent 8b59a94324
commit 1b3a55b105
@@ -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