1.根据新疆反馈,修改相关问题
This commit is contained in:
2025-12-17 11:16:06 +08:00
parent 53195cc5c2
commit ded845793a
7 changed files with 202 additions and 105 deletions
@@ -21,10 +21,14 @@
orgCode: String,
type: String,
themeType: String,
bKey: {
type: String,
default: () => '',
},
});
const sleepChart = ref<HTMLElement>();
watch(
props,
() => props,
() => {
init();
},
@@ -48,7 +52,7 @@
setValue(result);
}
} catch {
const result = JSON.parse(getSession(PAGE2_RIGHT1));
const result = JSON.parse(getSession(PAGE2_RIGHT1) || '{}');
setValue(result);
}
}