xiangpei
2025-02-13 c2a3be08bb04a5a0f05672d8cdf8f264a4fa6679
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
    })
}