From e83960f7fc1089703cafe9095780e1789635c381 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 19 Mar 2025 15:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-vue/src/views/modules/tickets/tickets.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) => {