From 8570af7c6051c3d9a516f39d597ff49e1e1e2840 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 25 Jan 2018 09:31:37 +0800 Subject: [PATCH] 设备模块 坐标 校准值 配置 等功能 --- src/app/routes/systems/organization/organization-edit/organization-edit.component.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts b/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts index 03a2dd4..24427f4 100644 --- a/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts +++ b/src/app/routes/systems/organization/organization-edit/organization-edit.component.ts @@ -1,5 +1,5 @@ -import { Organization } from './../organization.component'; -import { AreacodeService } from './../../../../core/services/areacode.service'; +import { Organization } from '@business/entity/data'; +import { AreacodeService } from '@business/services/http/areacode.service'; import { Component, OnInit } from '@angular/core'; import { NzMessageService, NzModalSubject } from 'ng-zorro-antd'; import { FormGroup, FormBuilder, FormControl, Validators } from '@angular/forms'; -- Gitblit v1.8.0