xiangpei
2024-12-13 8b1de8b87d81cb5c4b3c207e10195f392ed330cc
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
    })
}