From 27f63c34e229f6188400a93d246967c1b4dcb9e2 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 22 Jan 2026 10:31:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue b/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
index 40f5eed..6c0742f 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
+++ b/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
@@ -7,6 +7,7 @@
 		destroy-on-close
 		width="550px"
 		align-center
+		:close-on-click-modal="false"
 	>
 		<div class="detail-container">
 			<div class="detail-cell">
@@ -15,7 +16,6 @@
 			</div>
 		</div>
 		<template #footer>
-			<!-- <el-button @click="handleCancel">取消</el-button> -->
 			<el-button class="save-btn" color="#4C34FF" @click="handleConfirm">确认</el-button>
 		</template>
 	</el-dialog>
@@ -53,11 +53,6 @@
 	}
 )
 
-// 取消按钮点击事件
-const handleCancel = () => {
-	visible.value = false
-	reasonForRejection.value = ''
-}
 
 // 确认按钮点击事件
 const handleConfirm = () => {

--
Gitblit v1.9.3