From da48a901ca4c3c251927e3494ae655ef84828796 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Jan 2026 15:25:01 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue |    6 ------
 1 files changed, 0 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..ad8dfee 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
@@ -15,7 +15,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 +52,6 @@
 	}
 )
 
-// 取消按钮点击事件
-const handleCancel = () => {
-	visible.value = false
-	reasonForRejection.value = ''
-}
 
 // 确认按钮点击事件
 const handleConfirm = () => {

--
Gitblit v1.9.3