From b17f20eece5bf54e862f56243374bee243f21105 Mon Sep 17 00:00:00 2001 From: xingxinonline Date: Mon, 28 Jul 2025 11:51:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E5=8F=AF=E8=A7=81=E6=80=A7=E5=8F=98=E5=8C=96=E6=97=B6=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=9C=80=E8=BF=91=E7=9A=8450=E6=9D=A1=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/components/VoicePrintDialog.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/manager-web/src/components/VoicePrintDialog.vue b/main/manager-web/src/components/VoicePrintDialog.vue index 9ac41e7f..1ce048bd 100644 --- a/main/manager-web/src/components/VoicePrintDialog.vue +++ b/main/manager-web/src/components/VoicePrintDialog.vue @@ -160,6 +160,11 @@ export default { visible(newVal) { if (newVal) { this.dialogKey = Date.now(); + api.agent.getRecentlyFiftyByAgentId(this.agentId, ((data) => { + this.valueTypeOptions = data.data.data.map(item => ({ + ...item + })); + })) } }, agentId(newVal) {