gaoshp
2025-07-23 4c1cae6a0abdb2070dda6815ffb2defdc42a062f
src/views/flowmgr/processQuery.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-06-18 09:17:09
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-07-22 22:50:53
 * @LastEditTime: 2025-07-22 22:59:04
 * @FilePath: /mdmweb/src/views/flowmgr/processQuery.vue
-->
<template>
@@ -18,11 +18,12 @@
                </el-button>
            </template>
            <template #menu="scope">
                <el-button type="danger" text size="default" @click.stop="handleAction(scope.row, scope.index, 0)">删除
                </el-button>
                <el-button type="danger" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                <el-button type="primary" text size="default" v-if="scope.row.processDefinitionKey === 'dispatch'"
                    @click.stop="handleAction(scope.row, scope.index, 1)">审批表打印
                </el-button>
                <el-button type="danger" text size="default" @click.stop="handleAction(scope.row, scope.index, 0)">删除
                </el-button>
            </template>
        </avue-crud>
        <el-dialog title="指派" append-to-body v-model="reassignBox" width="30%">
@@ -227,7 +228,7 @@
                    type: 'warning',
                })
                    .then(() => {
                        deleteRow({ processInstanceId: row.processInstanceId })
                        deleteRow({ processInstanceId: row.processInstanceId,id:row.processInstanceId })
                    })
            } else if (flag === 1) {
                printRow({ processInstanceId: row.processInstanceId })