稳态数据分析
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user