fix: redis新增数据问题修复

This commit is contained in:
meilin.huang
2022-03-09 17:07:35 +08:00
parent d8b99b56cc
commit f469f31648
6 changed files with 17 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ export default defineComponent({
});
onMounted(() => {
state.height = window.innerHeight;
state.height = window.innerHeight + 5;
state.machineId = Number.parseInt(route.query.id as string);
});