Commit 72e7632e by 宋祥

1.修改文档预览页面,单个文件点击预览无效的问题

parent fc6acfbd
...@@ -353,6 +353,6 @@ let preview = function () { ...@@ -353,6 +353,6 @@ let preview = function () {
* @param docName * @param docName
*/ */
let showPreview = function (docId, docType, docName) { let showPreview = function (docId, docType, docName) {
let fileId = IPLATUI.EFTree.categoryTree.selectTreeNode.fileId; let fileId = IPLATUI.EFTree.docTree.selectTreeNode.fileId;
addRecordWindow(fileId, docId, docType, docName); addRecordWindow(fileId, docId, docType, docName);
} }
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