mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
Update VoicePrintDialog.vue
删除监听智能体id的,从原先的打开声纹页面获取一次对话,改为每次打开增加修改页面,从新获取一次新的对话信息
This commit is contained in:
@@ -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) {
|
'form.audioId'(newVal) {
|
||||||
if (newVal == null || newVal == "") {
|
if (newVal == null || newVal == "") {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user