xiangpei
2024-12-25 f020f25a1c1bcd5b81e1548f2b107a907245a25e
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
    })
}