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