xiangpei
2025-02-17 620fc3210cb9af9e86e7679d21d323502fcb5ead
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
    })
}