温度湿度弹窗中新增守时勾选框

This commit is contained in:
caozehui
2026-07-13 10:35:04 +08:00
parent b0ee58a1b5
commit 8c7c34cda2
5 changed files with 143 additions and 54 deletions

View File

@@ -36,6 +36,7 @@ export const useCheckStore = defineStore(CHECK_STORE_KEY, {
initSelectTestItems() {
const appSceneStore = useAppSceneStore()
this.selectTestItems.preTest = true
this.selectTestItems.timeTest = false
if (appSceneStore.currentScene === '1') {
this.selectTestItems.channelsTest = true
} else {
@@ -68,4 +69,4 @@ export const useCheckStore = defineStore(CHECK_STORE_KEY, {
this.nodesConnectable = nodesConnectable
}
}
})
})