zhanghua
2025-02-22 95c5101b71dc0826b1878c2a9c4c988473f03492
src/api/projectManage/progress/index.js
@@ -75,5 +75,13 @@
  })
}
export function reply(data) {
  return request({
    url: '/api/project-plan-examine-record/reply',
    method: 'post',
    data: data
    })
}