From 5d5b091ed8a28652f399973a61873b2bae984d0c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 28 Oct 2025 14:30:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=97=A5=E5=BF=97=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BA=BA=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogs.vue | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/views/wpm_bx/mlogs.vue b/src/views/wpm_bx/mlogs.vue index 437147eb..bc281519 100644 --- a/src/views/wpm_bx/mlogs.vue +++ b/src/views/wpm_bx/mlogs.vue @@ -23,10 +23,26 @@
+ + + + { + that.users = res; + }); + }, getMgroupInfo(){ let that = this; that.$API.mtm.mgroup.item.req(that.mgroupId).then((res) => {