修改页面log输出并修改tonken超时判断
This commit is contained in:
@@ -57,7 +57,7 @@ getDeviceTree().then(res => {
|
||||
})
|
||||
})
|
||||
} else if (item.name == '便携式设备') {
|
||||
console.log(11111)
|
||||
// console.log(11111)
|
||||
item.children.forEach((item: any) => {
|
||||
item.icon = 'el-icon-Platform'
|
||||
item.color = config.getColorVal('elementUiPrimary')
|
||||
|
||||
@@ -67,7 +67,7 @@ const filterNode = (value: string, data: any) => {
|
||||
return data.name.includes(value)
|
||||
}
|
||||
const checkTreeNodeChange = () => {
|
||||
console.log(treeRef.value?.getCheckedNodes(), "ikkkkkiisiiisis");
|
||||
// console.log(treeRef.value?.getCheckedNodes(), "ikkkkkiisiiisis");
|
||||
emit('checkTreeNodeChange', treeRef.value?.getCheckedNodes())
|
||||
}
|
||||
const treeRef = ref<InstanceType<typeof ElTree>>()
|
||||
|
||||
Reference in New Issue
Block a user