zxl
2025-03-20 ac1f8e130c8753d0a69f1e83d698c46d13c63044
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
    })
}