田源
2024-06-19 888e68fdbc0da54a7d4df16b48665a091d73ff31
Source/plt-web/plt-web-ui/src/components/actions/handlers.js
@@ -27,6 +27,10 @@
    rev: () =>  {import("@/components/actions/base/RevisionAction").then(module => {
      module.doAction(options,callback);
    })},
    //启动流程
    launchworkflow: () => {import("@/components/actions/base/StartWorkflowAction").then(module => {
      module.doAction(options,callback);
    })},
  };
  if (handlers[type]) {
    handlers[type]()