This commit is contained in:
sjl
2025-03-05 11:19:16 +08:00
parent be2f40715a
commit 2377916f29
4 changed files with 25 additions and 17 deletions

View File

@@ -157,6 +157,8 @@ const open = async (sign: string, data: TestSource.ResTestSource, currentMode: s
dialogFormRef.value?.resetFields()
}
const changeParameter = (parameterArr: any) => {
formContent.value.parameter = JSON.stringify(parameterArr)
}