fengxiang
2018-07-06 309d1f9d649daa08bb9b068af014749f6d4a5bce
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 }) => {
        // 修改状态