From 83ae35c21c93928eb9eed33b6a8f3630abeca555 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 05 八月 2025 19:27:57 +0800
Subject: [PATCH] 增加流程标题

---
 src/views/flowmgr/processQuery.vue |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/src/views/flowmgr/processQuery.vue b/src/views/flowmgr/processQuery.vue
index 38d50cd..bcb6f3e 100644
--- a/src/views/flowmgr/processQuery.vue
+++ b/src/views/flowmgr/processQuery.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-06-18 09:17:09
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-07-22 22:59:04
+ * @LastEditTime: 2025-07-23 22:20:42
  * @FilePath: /mdmweb/src/views/flowmgr/processQuery.vue
 -->
 <template>
@@ -80,7 +80,7 @@
                         search: true,
                         searchType: 'select',
                         hide: true,
-                        dicUrl: `/blade-system/dict/dictionary?code=flow`,
+                        dicUrl: `/blade-mdm/system/dict/dictionary?code=flow`,
                         props: {
                             label: 'dictValue',
                             value: 'remark',
@@ -102,6 +102,24 @@
                         search: true,
                         searchType: 'input',
                         hide: true,
+                    },
+					{
+                        label: '鏍囬',
+                        prop: '',
+                        width: 100,
+						render: ({ row }) => {
+                            return h('p',
+                                {
+                                    attrs: {},
+                                    class: {},
+                                    style: {},
+                                }, row?.variables?.title)
+                        }
+                    },
+					{
+                        label: '娴佺▼鍚嶇О',
+                        prop: 'processDefinitionName',
+                        width: 100,
                     },
                     {
                         label: '鏈哄簥',
@@ -228,7 +246,9 @@
                     type: 'warning',
                 })
                     .then(() => {
-                        deleteRow({ processInstanceId: row.processInstanceId,id:row.processInstanceId })
+                        deleteRow({ processInstanceId: row.processInstanceId,id:row.processInstanceId }).then(res => {
+                            this.onLoad(this.page, this.query);
+                        })
                     })
             } else if (flag === 1) {
                 printRow({ processInstanceId: row.processInstanceId })

--
Gitblit v1.9.3