From 4da370f500cbabfbeb75f8006b8a3403656c4c5f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 01 Sep 2021 16:33:17 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises
---
src/views/securityUnitChild/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/securityUnitChild/index.vue b/src/views/securityUnitChild/index.vue
index e6cf258..3f8c7dd 100644
--- a/src/views/securityUnitChild/index.vue
+++ b/src/views/securityUnitChild/index.vue
@@ -878,9 +878,9 @@
if (roleAlias == "保安公司管理员") {
that.option0.submitBtn = true;
for (var k in d) {
- if (d[k].label != "企业类型") {
- d[k].disabled = false;
- }
+ // if (d[k].label != "企业类型") {
+ d[k].disabled = false;
+ // }
}
} else {
that.option0.submitBtn = false;
--
Gitblit v1.9.3