applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue
@@ -375,9 +375,9 @@ // 拒绝申请 const rejectTheApplication = () => { if (uploadedFiles.value.length === 0) { return ElMessage.warning('请上传数据') } // if (uploadedFiles.value.length === 0) { // return ElMessage.warning('请上传数据') // } // 打开拒绝申请弹框 rejectionDialogVisible.value = true }