From ba09ccd7346a2e0aa8a1ac55b5cc46eb9cb057af Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 02 Aug 2024 08:39:53 +0800
Subject: [PATCH] 责任人
---
src/views/Admin/components/userMod.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/Admin/components/userMod.vue b/src/views/Admin/components/userMod.vue
index 2352c64..554fdda 100644
--- a/src/views/Admin/components/userMod.vue
+++ b/src/views/Admin/components/userMod.vue
@@ -63,7 +63,7 @@
</a-tree-select>
</a-form-model-item>
<a-form-model-item label="所属单位">
- <a-input v-model="form.company" readOnly/>
+ <a-input v-model="form.company"/>
</a-form-model-item>
<a-form-model-item label="角色" prop="roleId">
<a-select v-model="form.roleId" placeholder="角色">
--
Gitblit v1.9.2