From 3d58a98b38d0f07b20a8ec3abd123c8e0b62c445 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 29 Aug 2022 10:55:16 +0800 Subject: [PATCH] BUG 30977 --- components/AiDvViewer.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/AiDvViewer.vue b/components/AiDvViewer.vue index f5030344..89a95b98 100644 --- a/components/AiDvViewer.vue +++ b/components/AiDvViewer.vue @@ -74,7 +74,9 @@ export default { methods: { getInfo(id) { this.component = null - id && this.instance.post(`${this.urlPrefix}/appdiylargescreen/queryLargeScreenDetailById?id=${id}`).then(res => { + id && this.instance.post(`${this.urlPrefix}/appdiylargescreen/queryLargeScreenDetailById?id=${id}`, null, { + throttle: 2000 + }).then(res => { if (res?.data) { const config = JSON.parse(res.data.config) if (config.custom) {