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 @@