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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/work/start.vue b/Source/UBCS-WEB/src/views/work/start.vue index 7298ed5..e0a034b 100644 --- a/Source/UBCS-WEB/src/views/work/start.vue +++ b/Source/UBCS-WEB/src/views/work/start.vue @@ -80,6 +80,7 @@ option: { height: 'auto', 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