From c9d31171b240e528818c831402f9bcb5d2dc5876 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Dec 2021 17:41:00 +0800 Subject: [PATCH] BUG 25191 --- src/apps/AppAskForm/components/FiledConfig.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppAskForm/components/FiledConfig.vue b/src/apps/AppAskForm/components/FiledConfig.vue index d5098567..480184ce 100644 --- a/src/apps/AppAskForm/components/FiledConfig.vue +++ b/src/apps/AppAskForm/components/FiledConfig.vue @@ -2,7 +2,7 @@
- +
@@ -174,7 +174,7 @@ export default { let index = 0 if (this.config.answer) { - this.config.options.forEach((v, i) => { + this.config.options?.forEach((v, i) => { if (v.label === this.config.answer) { index = i }