新增设备时监测点清空

This commit is contained in:
sjl
2025-11-04 09:17:34 +08:00
parent e12a1baf99
commit a4b016ef0d
3 changed files with 4 additions and 3 deletions

View File

@@ -216,6 +216,7 @@ watch(
() => props.DevFormContent.monitorList,
newVal => {
tableData.value = newVal || []
},
{ immediate: true }
)