修改台账录入页面
This commit is contained in:
@@ -2512,6 +2512,10 @@ const queryNodeContent = () => {
|
||||
// ElMessage.warning('1111111')
|
||||
return
|
||||
}
|
||||
|
||||
if (nodeData.value.plevel == 6) {
|
||||
setDown()
|
||||
}
|
||||
let data = {
|
||||
id: nodeData.value.id,
|
||||
level: nodeData.value.plevel * 100
|
||||
@@ -2972,9 +2976,7 @@ onMounted(() => {
|
||||
getYwZtSubstation({ orgId: '' }).then(res => {
|
||||
powerStationList.value = res.data
|
||||
})
|
||||
} else {
|
||||
setDown()
|
||||
}
|
||||
}
|
||||
category()
|
||||
})
|
||||
area()
|
||||
|
||||
Reference in New Issue
Block a user