xiangpei
2025-02-25 4a20ef8c43978ff861285fbf2f94caf2e07e9fd5
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
    })
}