zxl
2025-03-24 35a0c77a631df4e843a1e80ed98fe14fb2a02884
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
    })
}