fix:修改组织id的bug

This commit is contained in:
zhaohy
2024-07-26 10:54:58 +08:00
parent 1790db4595
commit 979c15eda3
4 changed files with 15 additions and 9 deletions

View File

@@ -144,7 +144,7 @@
const visible = ref(false);
//父级数据
const energyAlarm = ref({});
//组织
//组织id
const orgId = ref('');
const result = JSON.parse(sessionStorage.getItem('ORGID')!);
orgId.value = result;