cuijian
昨天 55abd3e2adf7585fb4597a6227336f0a0550f1ba
src/views/flowable/workflow/FlowTodo.vue
@@ -352,13 +352,6 @@
    GuideCardBatchHandle,
    AssignEquipmentFileStreamHandle
  },
  props: {
    // 添加默认分类属性
    defaultCategories: {
      type: Array,
      default: () => []
    }
  },
  data() {
    return {
      description: '工作流-我的待办',
@@ -472,7 +465,6 @@
      if (arg === 1) {
        this.ipagination.current = 1
      }
      this.queryParam.categoryList = this.defaultCategories;
      var params = this.getQueryParams()//查询条件
      if (!params) {
        return false