上传自由分前端代码,增加文件id判断是否允许创建自由模型
This commit is contained in:
parent
846da48117
commit
9061deab49
@ -1034,6 +1034,7 @@
|
|||||||
}
|
}
|
||||||
that.createMethodLoading = true;
|
that.createMethodLoading = true;
|
||||||
const category = that.$refs.tree.getCurrentNode().plCategory;
|
const category = that.$refs.tree.getCurrentNode().plCategory;
|
||||||
|
const fileId = that.$refs.tree.getCurrentNode().id;
|
||||||
const methodId = that.$refs.tree.getCurrentNode().plMethodId;
|
const methodId = that.$refs.tree.getCurrentNode().plMethodId;
|
||||||
// 获取所有类型
|
// 获取所有类型
|
||||||
const data = {
|
const data = {
|
||||||
@ -1041,7 +1042,8 @@
|
|||||||
data: {
|
data: {
|
||||||
cmd: 'com.actionsoft.apps.coe.pal_processlevel_create_method_list',
|
cmd: 'com.actionsoft.apps.coe.pal_processlevel_create_method_list',
|
||||||
category: category,
|
category: category,
|
||||||
methodId: methodId
|
methodId: methodId,
|
||||||
|
fileId: fileId
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// 查询数据
|
// 查询数据
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user