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 } }; // 查询数据