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 }