Переглянути джерело

[update] 取消前端生成快照逻辑

cfort 2 роки тому
батько
коміт
962e5cdc2d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/business/platform/bpmn/form/action.js

+ 2 - 2
src/business/platform/bpmn/form/action.js

@@ -228,7 +228,7 @@ export default {
                     showClose: false
                 }).then(() => {
                     const { bizKey = '', proInstId = '' } = response.variables || {}
-                    this.createSnapshot(bizKey, proInstId)
+                    // this.createSnapshot(bizKey, proInstId)
                     this.startFlowDialogVisible = false
                     // 后置事件
                     this.afterScript(this.actionName, {
@@ -367,7 +367,7 @@ export default {
                     this.rejectDialogVisible = false
                 }
                 if (actionName === 'agree') {
-                    this.createSnapshot()
+                    // this.createSnapshot()
                 }
                 // 后置事件
                 this.afterScript(this.actionName, {