From 926cbd6186778da6379d1c12ec149f82e5151e20 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 10 九月 2025 18:01:30 +0800 Subject: [PATCH] 设备借出归还审批流程调整 --- src/views/flowable/workflow/FlowTodo.vue | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/views/flowable/workflow/FlowTodo.vue b/src/views/flowable/workflow/FlowTodo.vue index 456249b..5cb6bc9 100644 --- a/src/views/flowable/workflow/FlowTodo.vue +++ b/src/views/flowable/workflow/FlowTodo.vue @@ -352,13 +352,6 @@ GuideCardBatchHandle, AssignEquipmentFileStreamHandle }, - props: { - // 娣诲姞榛樿鍒嗙被灞炴�� - defaultCategories: { - type: Array, - default: () => [] - } - }, data() { return { description: '宸ヤ綔娴�-鎴戠殑寰呭姙', @@ -378,7 +371,7 @@ title: '娴佺▼鍒嗙被', align: 'center', dataIndex: 'category_dictText', - width: 100 + width: 200 }, { title: '娴佺▼鍚嶇О', @@ -404,13 +397,13 @@ title: '鍓嶉┍鑺傜偣', align: 'center', dataIndex: 'preNode', - width: 200 + width: 250 }, { title: '褰撳墠鑺傜偣', align: 'center', dataIndex: 'name', - width: 200 + width: 250 }, { title: '褰撳墠鑺傜偣寮�濮嬫椂闂�', @@ -472,7 +465,6 @@ if (arg === 1) { this.ipagination.current = 1 } - this.queryParam.categoryList = this.defaultCategories; var params = this.getQueryParams()//鏌ヨ鏉′欢 if (!params) { return false -- Gitblit v1.9.3