From d48615c30ca7f465e51e4a8eeb0de73289d44600 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 15 Sep 2025 17:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=8F=E8=AE=AE=E7=AD=BE?= =?UTF-8?q?=E7=BD=B2,=E4=BD=BF=E7=94=A8=E5=8A=A8=E6=80=81=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/protocol/protocol.js | 8 ++++++++ pages/InstallationAgreement/InstallationAgreement.vue | 8 +++++--- pages/agents/agents.vue | 3 ++- pages/partnerProtocol/partnerProtocol.vue | 9 ++++++--- pages/signature/signature.vue | 4 ++-- utils/request.js | 2 +- 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/api/protocol/protocol.js b/api/protocol/protocol.js index 648447b..278dc65 100644 --- a/api/protocol/protocol.js +++ b/api/protocol/protocol.js @@ -43,3 +43,11 @@ export function isSignProtocolPartner() { url: '/app/agreement/isSignHhrxy', }) } + +export function getProtocol(id) { + return request({ + url: '/app/agreementTemplate/getById', + method: 'GET', + id, + }) +} diff --git a/pages/InstallationAgreement/InstallationAgreement.vue b/pages/InstallationAgreement/InstallationAgreement.vue index fb5706f..da61c78 100644 --- a/pages/InstallationAgreement/InstallationAgreement.vue +++ b/pages/InstallationAgreement/InstallationAgreement.vue @@ -76,6 +76,7 @@