田源
2024-12-17 aeff7b0782847a1fda77f96624b97b53e2f99e1a
Source/plt-web/plt-web-ui/src/components/actions/handlers.js
@@ -43,6 +43,10 @@
    downloadfile: () => {import("@/components/actions/base/downloadFileAction").then(module => {
      module.doAction(options,callback);
    })},
    //下载文件
    downloadfiles: () => {import("@/components/actions/base/downloadFileAction").then(module => {
      module.doAction(options,callback);
    })},
    uprevision: () => {import("@/components/actions/base/upRevisionAction").then(module => {
      module.doAction(options,callback);
    })}