diff --git a/jero-web/src/views/projectManagement/dialog/historicalVersion.vue b/jero-web/src/views/projectManagement/dialog/historicalVersion.vue index 97ffea549..02ac90a58 100644 --- a/jero-web/src/views/projectManagement/dialog/historicalVersion.vue +++ b/jero-web/src/views/projectManagement/dialog/historicalVersion.vue @@ -74,7 +74,7 @@ export default { console.log(this.historicalRow,'this.historicalRow') let _this = this axios({ - url: `/jero-boot/params/manifest/history?title=${this.historicalRow.title}`, + url: `/jero-boot/params/manifest/history?paramsManifestId=${this.historicalRow.id}`, method: 'get', transformRequest: [function (data) { let ret = ''