xiangpei
2025-03-17 b4fa6fafc2db40fba48676e38f4340ce14e99179
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
    })
}