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