xiangpei
2025-02-25 79950e4f7b59fecd435a1c9f7a0cbbd70bea6a1d
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
    })
}