fix: use display-directive=show on modal to preserve generator state
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user