Commit 292e0ae7981b45dd5b76f9182b8379f653a876cb
1 parent
a7398016
fix: DEFECT-815 test script not backfill script
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -60,7 +60,8 @@ |
60 | 60 | converScriptRef.value?.setFormData(data.record); |
61 | 61 | } |
62 | 62 | if (unref(isTitle) == 'test') { |
63 | - converScriptRef.value?.setScriptContentData(''); | |
63 | + // converScriptRef.value?.setScriptContentData(''); | |
64 | + converScriptRef.value?.setFormData(data.record); | |
64 | 65 | } |
65 | 66 | setModalProps({ title, showOkBtn: true, showCancelBtn: true, okText }); |
66 | 67 | if (!unref(isUpdate)) { | ... | ... |