角色用户管理,区域概览

This commit is contained in:
sjl
2026-01-12 11:22:42 +08:00
parent 0b91027da4
commit 136248eec2
11 changed files with 44 additions and 13 deletions

View File

@@ -25,6 +25,7 @@ export const useMonitoringPoint = defineStore(
val: any
) => {
state[key] = val
}
const setShowCheckBox = (val: boolean) => {
if (val && state.lineIds.length === 0) {
@@ -35,6 +36,7 @@ export const useMonitoringPoint = defineStore(
}
state.showCheckBox = val
}
return { state, setValue, setShowCheckBox }
},
{