Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -109,7 +109,7 @@ |
109 | 109 | typeOptions: [], |
110 | 110 | originalOptions: [], |
111 | 111 | }); |
112 | - const { originalOptions } = toRefs(reportTypeOptions); | |
112 | + const { originalOptions, typeOptions } = toRefs(reportTypeOptions); | |
113 | 113 | const { createMessage } = useMessage(); |
114 | 114 | const { clipboardRef, copiedRef } = useCopyToClipboard(); |
115 | 115 | const aceEditor = ref(); | ... | ... |