联调 试运行 编辑功能 修改 在线监测页面
This commit is contained in:
@@ -120,7 +120,7 @@ const open = (row: any) => {
|
||||
dialogVisible.value = true
|
||||
List.value = row.row
|
||||
title.value = row.text
|
||||
form.value = { ...row.form, ...form.value }
|
||||
form.value = { ...form.value, ...row.form }
|
||||
}
|
||||
|
||||
const handleClose = () => {
|
||||
|
||||
Reference in New Issue
Block a user