diff --git a/base-vue/src/views/modules/tickets/tickets.vue b/base-vue/src/views/modules/tickets/tickets.vue index f72d862..5e40b55 100644 --- a/base-vue/src/views/modules/tickets/tickets.vue +++ b/base-vue/src/views/modules/tickets/tickets.vue @@ -293,7 +293,7 @@ this.flowForm = {} this.flowForm.ticketsId = id this.$http({ - url: this.$http.adornUrl(`/flow/deploy/flowDef/${id}`), + url: this.$http.adornUrl('/flow/deploy/flowDef/Process_1:2:05cb9af4-03a2-11f0-8846-e40d36456f42'), method: 'get', params: this.$http.adornParams() }).then(({data}) => {