update
1.根据新疆反馈,修改相关问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user