田源
2025-01-02 3defe8e0363bc3511169cc2432bcfe1a02b820db
Source/plt-web/plt-web-ui/src/components/actions/base/RevisionAction.js
@@ -43,7 +43,7 @@
  }
  callPreEvent(options, doBefore, function (options) {
    doRev(options, function (formData) {
      callPostEvent(options, doAfter,'rev', callback);
      callPostEvent(options, doAfter,callback,'rev');
    });
  });
};