From 27cd36be226ca2434f06b1ae9e4d43f1fea639ab Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 25 Jun 2018 16:40:28 +0800 Subject: [PATCH] 组织配置单位和页面显示 --- src/app/routes/devices/monitor-point/monitor-point-edit/monitor-point-edit.component.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/routes/devices/monitor-point/monitor-point-edit/monitor-point-edit.component.ts b/src/app/routes/devices/monitor-point/monitor-point-edit/monitor-point-edit.component.ts index 6cee432..826af7e 100644 --- a/src/app/routes/devices/monitor-point/monitor-point-edit/monitor-point-edit.component.ts +++ b/src/app/routes/devices/monitor-point/monitor-point-edit/monitor-point-edit.component.ts @@ -77,7 +77,7 @@ } } areaLazyLoad(event: { option: CascaderOption, index: number, resolve: (children: CascaderOption[]) => void, reject: () => void }) { - console.info(event); + // console.info(event); const index = event['index']; const option = event.option; switch (index) { @@ -94,7 +94,8 @@ } ); break; case 1: - this.areacodeService.getAreas(option.value).subscribe( + // ������������������ ��������������� + this.areacodeService.getAreas(option.value , false).subscribe( (res: {label: string, value: string}[]) => { event.resolve( res ); } -- Gitblit v1.8.0