Commit f34356a2 by liuyang

2024-10-18 文档库复制目录接口调整

parent 0d5b716c
......@@ -517,7 +517,7 @@ $(function () {
query: function (e) {
let inEiInfo = new EiInfo();
let fileId = IPLATUI.EFTree.categoryTree.selectTreeNode.fileId;
inEiInfo.set("inqu_status2-0-fileId", fileId);
inEiInfo.set("inqu_status2-0-parentId", fileId);
return inEiInfo;
}
},
......@@ -862,13 +862,14 @@ let showAuthButton = function () {
let changeRecord = $("#CHANGE_RECORD").hide();
if (!isBlank(leafLevel) && leafLevel == 0){
changeRecord.show();
$("#COPY_PROT_FILE").show();
}
// C:目录
if (isBlank(leafType) || leafType != "C") {
$("#RELEASE").hide();
$("#UPLOAD_FILE").hide();
$("#COPY_FILE").hide();
$("#COPY_PROT_FILE").hide();
//$("#COPY_PROT_FILE").hide();
$("#PREVIEW").hide();
$("#BATCH_DOWNLOAD").hide();
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment