| | |
| | | GuideCardBatchHandle, |
| | | AssignEquipmentFileStreamHandle |
| | | }, |
| | | props: { |
| | | // 添加默认分类属性 |
| | | defaultCategories: { |
| | | type: Array, |
| | | default: () => [] |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '工作流-我的待办', |
| | |
| | | title: '前驱节点', |
| | | align: 'center', |
| | | dataIndex: 'preNode', |
| | | width: 200 |
| | | width: 300 |
| | | }, |
| | | { |
| | | title: '当前节点', |
| | | align: 'center', |
| | | dataIndex: 'name', |
| | | width: 200 |
| | | width: 300 |
| | | }, |
| | | { |
| | | title: '当前节点开始时间', |
| | |
| | | if (arg === 1) { |
| | | this.ipagination.current = 1 |
| | | } |
| | | this.queryParam.categoryList = this.defaultCategories; |
| | | var params = this.getQueryParams()//查询条件 |
| | | if (!params) { |
| | | return false |