From c69d6d02f23a6ac27b34a8d75eb90b81ee8086d4 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 21 Jan 2026 19:50:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E9=80=89=E6=8B=A9=E8=AF=95=E5=89=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/SelectTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Template/SelectTable.vue b/src/components/Template/SelectTable.vue index b425c6c..c7e3338 100644 --- a/src/components/Template/SelectTable.vue +++ b/src/components/Template/SelectTable.vue @@ -68,7 +68,7 @@ export default { default: () => {}, }, studyFormId: { - type: String, + type: [String,Number], default: "", }, },