fix: use display-directive=show on modal to preserve generator state

This commit is contained in:
2026-05-19 04:18:56 -06:00
parent 60851e3255
commit 2912c7495c

View File

@@ -670,6 +670,7 @@ watch(
title="测试用例生成器" title="测试用例生成器"
style="width: 80vw; max-width: 900px" style="width: 80vw; max-width: 900px"
:mask-closable="false" :mask-closable="false"
display-directive="show"
> >
<TestcaseGenerator <TestcaseGenerator
:answers="problem.answers" :answers="problem.answers"