@lambo-design/workflow-approve 1.0.0-beta.112 → 1.0.0-beta.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/workflow-approve",
3
- "version": "1.0.0-beta.112",
3
+ "version": "1.0.0-beta.113",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -457,9 +457,9 @@ export default {
457
457
  canvas.zoom("fit-viewport", "auto");
458
458
  var eventBus = this.bpmnViewer.get("eventBus");
459
459
  const getDetailData = () => {
460
- if (Array.isArray(self.hisAudit) && self.hisAudit.length > 0) {
461
- return self.hisAudit;
462
- }
460
+ // if (Array.isArray(self.hisAudit) && self.hisAudit.length > 0) {
461
+ // return self.hisAudit;
462
+ // }
463
463
  return Array.isArray(self.tableData) ? self.tableData : [];
464
464
  };
465
465
  // eventBus.on('element.click', function (evt) {