From 60cb43453ec2c4b07743fd297fc4c69928ff5853 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 31 七月 2025 17:54:48 +0800 Subject: [PATCH] 1 --- 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