From ff38bfc3e179772bc69d1b932940667f0b6d1b51 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 04 七月 2024 09:21:12 +0800
Subject: [PATCH] 代码初始化
---
admin/src/components/business/OperaMemberRoleWindow.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/src/components/business/OperaMemberRoleWindow.vue b/admin/src/components/business/OperaMemberRoleWindow.vue
index a581c65..5ed9027 100644
--- a/admin/src/components/business/OperaMemberRoleWindow.vue
+++ b/admin/src/components/business/OperaMemberRoleWindow.vue
@@ -2,7 +2,7 @@
<GlobalWindow
:title="title"
:visible.sync="visible"
- width="900px"
+ width="70%"
:confirm-working="isWorking"
@confirm="confirm"
>
@@ -145,7 +145,7 @@
})
.then(() => {
this.visible = false
- this.$tip.apiSuccess('鏂板缓鎴愬姛')
+ this.$tip.apiSuccess('鎺堟潈鎴愬姛锛屽彲鍓嶅線銆愪汉鍛樻巿鏉冭褰曘�戞煡鐪嬩笅鍙戣繘搴�')
this.$emit('success')
})
.catch(e => {
--
Gitblit v1.9.3