hyingbo
2 天以前 5575dcb361ae7aff8095223db61ba40d6b64616a
src/views/flowable/workflow/FlowTodo.vue
@@ -352,6 +352,13 @@
    GuideCardBatchHandle,
    AssignEquipmentFileStreamHandle
  },
  props: {
    // 添加默认分类属性
    defaultCategories: {
      type: Array,
      default: () => []
    }
  },
  data() {
    return {
      description: '工作流-我的待办',
@@ -465,6 +472,7 @@
      if (arg === 1) {
        this.ipagination.current = 1
      }
      this.queryParam.categoryList = this.defaultCategories;
      var params = this.getQueryParams()//查询条件
      if (!params) {
        return false
@@ -530,7 +538,7 @@
        case 'toolOutStorageApproval':
          this.handleToolOutStorageApproval(item)
          break
        case 'toolsStocktakingBound':
        case 'toolsStocktakingBoundApproval':
          this.handleToolStocktakingApproval(item)
          break
        case 'toolsLossApproval':