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 @@
+
+
+
+
+
+
+