稳态数据分析

This commit is contained in:
仲么了
2024-02-29 16:29:34 +08:00
parent d9a5a7c9d7
commit d01a97338f
6 changed files with 1902 additions and 88 deletions

View File

@@ -22,6 +22,9 @@ export const useMonitoringPoint = defineStore(
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
}