xiangpei
2025-02-17 ac7991e7ed058ebdc38a20fb099cd17dd1b91e19
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
    })
}