xiangpei
2024-12-31 686b6f9e7ee9a390e179a3290d70d57c635ac7e1
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
    })
}