xiangpei
2025-02-07 10feac04d0b5e132fe66f29b095c4af8e5d48be5
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
    })
}