From 483f167ad09eda3dcf7c7d2a725ff0050faf8b1b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 28 七月 2025 14:58:50 +0800 Subject: [PATCH] 1 --- src/views/system/user/index.vue | 4 ++++ src/views/doctor/checkAll/index.vue | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 8235084..fe2bf91 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -2010,7 +2010,6 @@ flags: false, jianqianwenzhendata: [], jianqians: false, - adviceLoading: false, sex: true, activeName: "1", hosproy: true, @@ -2067,7 +2066,7 @@ const end = new Date(); const start = new Date(); start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); - picker.$emit("pick", [start, end]); + picker.$adviceLoading("pick", [start, end]); }, }, { diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index c9d524b..5251692 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1878,6 +1878,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