方案数据新增bug修改
This commit is contained in:
@@ -352,8 +352,6 @@ const nodeClick = async (e: anyObj) => {
|
||||
.catch(e => {
|
||||
loading.value = false
|
||||
})
|
||||
} else {
|
||||
schemeTreeRef.value.getTreeList()
|
||||
}
|
||||
}
|
||||
const dialogRef = ref()
|
||||
@@ -363,7 +361,7 @@ const handleOpen = (val: any) => {
|
||||
dialogRef.value.open(val, '')
|
||||
return
|
||||
}
|
||||
deviceData.value.records.map((item: any) => {
|
||||
deviceData.value?.records?.map((item: any) => {
|
||||
if (item.id == activeName.value) {
|
||||
dailogForm.value = item
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user