@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 +1 -1
- package/src/workflow-diagram.vue +3 -3
package/package.json
CHANGED
package/src/workflow-diagram.vue
CHANGED
|
@@ -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
|
-
|
|
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) {
|