联调检测脚本

This commit is contained in:
GGJ
2025-02-24 08:38:54 +08:00
parent 7a76c2da8a
commit 034b31ba47
8 changed files with 344 additions and 150 deletions

View File

@@ -138,7 +138,7 @@ const save = () => {
pqScriptAdd(formContent.value).then(res => {
if (res.code === 'A0000') {
ElMessage.success({ message: res.message })
formContent.value.id = JSON.stringify(res.data)
formContent.value.id = res.data
titleType.value == '编辑检测脚本'
show.value = true
}