xiangpei
2025-03-18 6c66123ec863c89a25b3e36e3e4059423beb0854
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
    })
}