From 509af2d444fb7d3910e629986ffa015710c12dcb Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Wed, 3 Apr 2024 13:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/CustomerEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index 4ba5a4e..1bc5341 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -614,6 +614,8 @@ export default { this.selectUserDeviceList() // 查询地区 this.getTenantData() + // 获取用户详细信息 + this.getUserDetail(); }, methods: { // 获取用户详细信息