fuliqi
2025-02-12 e788995330a3fd588d0d80f28ee7510e4b7c787f
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
    })
}