上传自由分前端代码,增加文件id判断是否允许创建自由模型

This commit is contained in:
yuandongqiang 2025-07-21 09:23:11 +08:00
parent 846da48117
commit 9061deab49

View File

@ -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
}
};
//