From c793bc24f0ecf17095300782358b38570e8010b7 Mon Sep 17 00:00:00 2001 From: thsrite Date: Tue, 12 Dec 2023 14:01:35 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=AE=A2=E9=98=85=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=B7=AF=E5=BE=84=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/form/SubscribeEditForm.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/form/SubscribeEditForm.vue b/src/components/form/SubscribeEditForm.vue index 789fbdc1..545a81ff 100644 --- a/src/components/form/SubscribeEditForm.vue +++ b/src/components/form/SubscribeEditForm.vue @@ -39,6 +39,7 @@ const subscribeForm = ref({ last_update: '', username: '', current_priority: 0, + save_path: '' }) // 提示框 @@ -321,6 +322,17 @@ watchEffect(() => { multiple /> + + + + +