From 153404ffa0a9c6d23d2c2732b46fa6929e86294f Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 18 六月 2025 13:56:18 +0800 Subject: [PATCH] 111 --- admin/src/components/system/role/OperaRoleWindow.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/admin/src/components/system/role/OperaRoleWindow.vue b/admin/src/components/system/role/OperaRoleWindow.vue index 03fce75..6011316 100644 --- a/admin/src/components/system/role/OperaRoleWindow.vue +++ b/admin/src/components/system/role/OperaRoleWindow.vue @@ -49,6 +49,12 @@ } }, methods: { + /** + * 鎵撳紑绐楀彛 + * + * @param title 绐楀彛鏍囬 + * @param target 琛屽璞★紙浠呯紪杈戦渶璇ュ弬鏁帮級 + */ open (title, target) { this.title = title this.visible = true @@ -68,6 +74,9 @@ } }) }, + /** + * 纭 + */ confirm () { if (this.form.id == null || this.form.id === '') { this.__confirmCreate() -- Gitblit v1.9.3