From c560e8f92fc2de626b92f3a5abae4b329bd2d574 Mon Sep 17 00:00:00 2001 From: rogersun Date: Tue, 14 Jul 2026 15:07:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtest=5Fdate=5Foption=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B2=A1=E6=9C=89=E9=87=8D=E7=BD=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai_show/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ai_show/index.vue b/src/views/ai_show/index.vue index 23ded68..04755b0 100644 --- a/src/views/ai_show/index.vue +++ b/src/views/ai_show/index.vue @@ -211,6 +211,7 @@ async function requestTest() { if (res.status === 'success') { get_test_date_api(form.cinema_code, form.show_date).then(res => { if (res.status === 'success') { + test_date_option.value = [] res.date.forEach((item) => { test_date_option.value.push({'value': item, label: item}) })