This commit is contained in:
sjl
2026-01-12 14:01:43 +08:00
parent e65df4daad
commit 20e6d3719a
7 changed files with 7 additions and 8 deletions

View File

@@ -25,14 +25,10 @@ export const useMonitoringPoint = defineStore(
val: any
) => {
state[key] = val
}
const setShowCheckBox = (val: boolean) => {
if (val && state.lineIds.length === 0) {
state.lineIds = [state.lineId]
// console.log('====================================')
// console.log(state.lineIds)
// console.log('====================================')
}
state.showCheckBox = val
}