From ec1c68dbc87baec7a9df7f3bf09340c0315b400d Mon Sep 17 00:00:00 2001 From: yang chen Date: Wed, 19 Nov 2025 11:18:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(bpm):=20=E4=BF=AE=E6=AD=A3=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=AE=9E=E4=BE=8B=E5=88=9B=E5=BB=BA=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将按钮权限从 'bpm:process-instance:query' 更正为 'bpm:process-instance:create' - 确保发起流程功能使用正确的权限控制 --- src/views/bpm/processInstance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bpm/processInstance/index.vue b/src/views/bpm/processInstance/index.vue index 16402fe..a58d6cb 100644 --- a/src/views/bpm/processInstance/index.vue +++ b/src/views/bpm/processInstance/index.vue @@ -38,7 +38,7 @@ />