From 9061deab491e730ad9557618b15fd7f0c5667882 Mon Sep 17 00:00:00 2001 From: yuandongqiang Date: Mon, 21 Jul 2025 09:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=87=AA=E7=94=B1=E5=88=86?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6id=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E5=88=9B=E5=BB=BA=E8=87=AA=E7=94=B1=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryMain.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index 570b063..35f3532 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -1034,6 +1034,7 @@ } that.createMethodLoading = true; const category = that.$refs.tree.getCurrentNode().plCategory; + const fileId = that.$refs.tree.getCurrentNode().id; const methodId = that.$refs.tree.getCurrentNode().plMethodId; // 获取所有类型 const data = { @@ -1041,7 +1042,8 @@ data: { cmd: 'com.actionsoft.apps.coe.pal_processlevel_create_method_list', category: category, - methodId: methodId + methodId: methodId, + fileId: fileId } }; // 查询数据