From f7931d5812e3103360bfb95f2496d1dd8d105185 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 12 Jun 2025 13:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/message_push_management.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/dashboard/templates/message_push_management.html b/admin/dashboard/templates/message_push_management.html index 596cea3..081dd24 100644 --- a/admin/dashboard/templates/message_push_management.html +++ b/admin/dashboard/templates/message_push_management.html @@ -652,6 +652,9 @@ new Vue({ preview_recipients: [] }; this.imageList = []; + this.voiceList = []; // 清空语音列表 + this.videoList = []; // 清空视频列表 + this.thumbnailList = []; // 清空缩略图列表 this.taskDialogVisible = true; this.isEdit = false; },