From cf2391a86bdea88196d49cd33949570f74c0985d Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期一, 22 九月 2025 18:03:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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