From d762a77d9238eef17c66c35b06955fca20160043 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 02 九月 2025 19:53:25 +0800
Subject: [PATCH] 表单未清空修复

---
 src/views/flowmgr/processQuery2.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/flowmgr/processQuery2.vue b/src/views/flowmgr/processQuery2.vue
index 12abaec..8f08508 100644
--- a/src/views/flowmgr/processQuery2.vue
+++ b/src/views/flowmgr/processQuery2.vue
@@ -17,15 +17,14 @@
             <template #menu="scope">
                 <el-button type="primary" text size="default" @click.stop="customView(scope.row, scope.index, 0)">鏌ョ湅
                 </el-button>
+                <!--
                <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                     @click.stop="handleApproveTable(scope.row, scope.index)">瀹℃壒琛�
                 </el-button>
-                 <!--
-                  v-if="scope.row.processDefinitionKey === 'program-cure'"
-                -->
                 <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'program-cure'"
                     @click.stop="handleConfirmTable(scope.row, scope.index)">纭琛�
                 </el-button>
+                -->
             </template>
         </avue-crud>
         <el-dialog title="鎸囨淳" append-to-body v-model="reassignBox" width="30%">

--
Gitblit v1.9.3