zentaobiz.ui.js 226 B

123456
  1. window.openEditURL = function(docID, fileID)
  2. {
  3. const editUrl = $.createLink('file', 'download', "fileID=" + fileID + "&mouse=left");
  4. window.open(editUrl);
  5. loadPage($.createLink('doc', 'view', "docID=" + docID));
  6. }