新增设备时监测点清空

This commit is contained in:
sjl
2025-11-04 09:17:34 +08:00
parent e12a1baf99
commit a4b016ef0d
3 changed files with 4 additions and 3 deletions

View File

@@ -89,8 +89,8 @@ export namespace Device {
boundPlanName?: string | null
assign?: number ////是否分配给检测人员 0否 1是
monitorList: Monitor.ResPqMon[]
checked: boolean // 是否已选择
disabled: boolean // 是否禁用
checked?: boolean // 是否已选择
disabled?: boolean // 是否禁用
}
export interface SelectOption {