吉安感知网项目-前端
罗广辉
2026-01-20 de1b2a2d4e856fd4769f3d96d8c4f048fe5f9004
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 = () => {