luohairen
2024-12-10 bd63da40b4f5a5130bbb73fc654e7aaa25cacce6
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
    })
}