From 6bb2a23358624f72c886fccff39bfb54de868e4f Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 01 八月 2025 14:59:39 +0800 Subject: [PATCH] jgjl --- src/views/system/user/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 9af6e29..3f97217 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1877,6 +1877,10 @@ this.getlistHosp(); this.reset(); this.form = row; + this.form = { + ...row, + deptId: row.deptId != null ? String(row.deptId) : null, // 馃憟 纭繚涓哄瓧绗︿覆 + }; if (this.form.hospId) { this.sendhospName(); } -- Gitblit v1.8.0