From fd7b11ec894b6f8c5cc736489c0f26eec35ad3ce Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 11 May 2018 17:20:53 +0800
Subject: [PATCH] 设备 增加 行业
---
src/app/routes/systems/organization/organization.component.ts | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/app/routes/systems/organization/organization.component.ts b/src/app/routes/systems/organization/organization.component.ts
index d417498..7f68d8c 100644
--- a/src/app/routes/systems/organization/organization.component.ts
+++ b/src/app/routes/systems/organization/organization.component.ts
@@ -10,9 +10,8 @@
})
export class OrganizationComponent implements OnInit {
ngOnInit(): void {
-
}
constructor(
- private organizationService: OrganizationService
+ public organizationService: OrganizationService
) {}
}
--
Gitblit v1.8.0