From ffe22320da42b1a3f4a0aaf81cb31578ef205d38 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 10 九月 2025 14:52:47 +0800 Subject: [PATCH] 改bug --- frontWuhu/src/components/Protocol.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontWuhu/src/components/Protocol.vue b/frontWuhu/src/components/Protocol.vue index 6a1fa4a..2073a7c 100644 --- a/frontWuhu/src/components/Protocol.vue +++ b/frontWuhu/src/components/Protocol.vue @@ -47,7 +47,11 @@ open(title, target) { this.title = title this.visible = true - this.getProtocl() + if (target) { + this.content = target + } else { + this.getProtocl() + } }, getProtocl() { companyUserRules() @@ -59,7 +63,7 @@ this.$message.error(e) }) }, - + }, } </script> -- Gitblit v1.9.3