解决便携式设备角色没有治理树id取值失败问题
This commit is contained in:
@@ -356,8 +356,8 @@ const handleaddDevice = () => {
|
||||
const deviceId: any = ref('')
|
||||
const lineId: any = ref('')
|
||||
const nodeClick = async (e: anyObj) => {
|
||||
deviceId.value = e.pid
|
||||
lineId.value = e.id
|
||||
deviceId.value = e?.pid
|
||||
lineId.value = e?.id
|
||||
if (!e) {
|
||||
loading.value = false
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user