cuikaidong
2025-05-23 dc2061e5768ef3a901a855cb7643467db2316a18
src/views/flowable/workflow/FlowTodo.vue
@@ -337,6 +337,9 @@
          case 'equipment_seal_up':
            this.handleEquipmentSealUp(item)
            break
          case 'equipment_unseal':
            this.handleEquipmentSealUp(item)
            break
          default:
            alert('没找到该流程')
        }
@@ -450,7 +453,7 @@
          this.$refs.outBoundOrderHandle.clearTableSource()
          this.$refs.outBoundOrderHandle.getAllApproveData(item)
        }
      }
      },
      handleEquipmentSealUp(item) {
        this.$refs.equipmentSealUpApprovalModelRef.visible = true
        this.$refs.equipmentSealUpApprovalModelRef.title = item.name