吉安感知网项目-前端
张含笑
2026-01-20 8602ad830b15e8c7b219b9c30cd4846a6a656d3d
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue
@@ -348,7 +348,9 @@
}
// 拒绝申请
const rejectTheApplication = () => {
   // const id = ['2013182736046530562']
   if(responseData.value.length === 0){
      return ElMessage.warning('请上传数据')
   }
   const id = [responseData.value.attachId]
   console.log('responseData.value',responseData.value)
   gdSupplyDemandAuditRejectApi({ attachIds:id }).then(() => {
@@ -358,6 +360,9 @@
}
// 审核通过
const approvedByTheReview = () => {
   if(responseData.value.length === 0){
      return ElMessage.warning('请上传数据')
   }
   const id = [responseData.value.attachId]
   gdSupplyDemandAuditPassApi({ id }).then(() => {
      ElMessage.success('审核通过成功')