From c958ebb34b91f17e52bcc9ca5de11e8087affda5 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 18 十月 2023 11:17:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/views/work/start.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/work/start.vue b/Source/UBCS-WEB/src/views/work/start.vue
index 3496c11..e0a034b 100644
--- a/Source/UBCS-WEB/src/views/work/start.vue
+++ b/Source/UBCS-WEB/src/views/work/start.vue
@@ -79,7 +79,8 @@
         workBox: false,
         option: {
           height: 'auto',
-          calcHeight: 30,
+          calcHeight: 20,
+          columnBtn:false,
           tip: false,
           searchShow: true,
           searchMenuSpan: 6,
@@ -187,7 +188,7 @@
         this.$refs.crud.toggleSelection();
       },
       handleStart(row) {
-        this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}`});
+        this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}?name=` +row.categoryName});
       },
       handleImage(row) {
         this.processDefinitionId = row.id;

--
Gitblit v1.9.3