xiangpei
2024-12-10 579bbf7f5e190c190eaef16adc1c92ce85f6e107
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
    })
}