src/app/routes/devices/monitor-point/monitor-point.component.ts
@@ -123,7 +123,8 @@ if (d != null) { Object.assign(data, d); } const configMap = this.queryMap; let configMap = {}; configMap = Object.assign(configMap, this.queryMap); this.modalHelper.static(MonitorPointEditComponent, { data, configMap }).subscribe( (ret: { data: any, close: Function }) => { // 修改状态