xiangpei
2025-02-19 f8c5cb008bc16cb041e2e19497ff9c9992adb6b9
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
    })
}