ludc
2024-11-21 d2008fc35a45ff00b0f37939a13b792ab12e8c6f
Source/plt-web/plt-web-ui/src/components/actions/base/downloadFileAction.js
@@ -23,7 +23,7 @@
  callPreEvent(options, doBefore, function (options) {
    showStartWindow(options, function () {
      callPostEvent(options, doAfter, callback,type);
      callPostEvent(options, doAfter, callback,'downloadfile');
    });
  });
};