From fbb8157ff1c32c9b34beed148b4d516e6566e7c7 Mon Sep 17 00:00:00 2001
From: joylink_cuiweidong <364937672@qq.com>
Date: Tue, 12 Jan 2021 20:20:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/jmapNew/shape/Section/ELines.js | 3 +
src/views/system/userControl/bindCompany.vue | 81 ++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 src/views/system/userControl/bindCompany.vue
diff --git a/src/jmapNew/shape/Section/ELines.js b/src/jmapNew/shape/Section/ELines.js
index b616dbadb..75af88b23 100644
--- a/src/jmapNew/shape/Section/ELines.js
+++ b/src/jmapNew/shape/Section/ELines.js
@@ -21,6 +21,9 @@ export default class ELines extends Group {
if ((model.type == '01' && (!model.logicSectionCodeList || !model.logicSectionCodeList.length)) || model.type == '02' || model.type == '03') {
this.createLine();
}
+ if (model.type == '05') {
+
+ }
}
createLine() {
diff --git a/src/views/system/userControl/bindCompany.vue b/src/views/system/userControl/bindCompany.vue
new file mode 100644
index 000000000..beabb1521
--- /dev/null
+++ b/src/views/system/userControl/bindCompany.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+