diff --git a/5703.7754212e.async.js b/5703.4b6e4282.async.js similarity index 97% rename from 5703.7754212e.async.js rename to 5703.4b6e4282.async.js index 109085afea..5867102e65 100644 --- a/5703.7754212e.async.js +++ b/5703.4b6e4282.async.js @@ -10,6 +10,7 @@ /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ $u: function() { return /* binding */ classroom_import; }, /* harmony export */ $x: function() { return /* binding */ classroom_info; }, +/* harmony export */ C: function() { return /* binding */ getReservationDetails; }, /* harmony export */ C0: function() { return /* binding */ directors_query; }, /* harmony export */ CI: function() { return /* binding */ add_reservation_rules_update; }, /* harmony export */ Cc: function() { return /* binding */ reservation_rules_info; }, @@ -1050,6 +1051,8 @@ function _can_reservation_classroom_rooms() { function can_reservation_classroom_centers(_x46) { return _can_reservation_classroom_centers.apply(this, arguments); } + +//实验室房间预约详情 function _can_reservation_classroom_centers() { _can_reservation_classroom_centers = _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee46(params) { return _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee46$(_context46) { @@ -1067,6 +1070,26 @@ function _can_reservation_classroom_centers() { })); return _can_reservation_classroom_centers.apply(this, arguments); } +function getReservationDetails(_x47) { + return _getReservationDetails.apply(this, arguments); +} +function _getReservationDetails() { + _getReservationDetails = _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().mark(function _callee47(params) { + return _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0___default()().wrap(function _callee47$(_context47) { + while (1) switch (_context47.prev = _context47.next) { + case 0: + return _context47.abrupt("return", (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP)("/api/yn_classrooms/classroom_rooms/".concat(params === null || params === void 0 ? void 0 : params.id, "/reservation_details.json"), { + method: 'get', + params: _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1___default()({}, params) + })); + case 1: + case "end": + return _context47.stop(); + } + }, _callee47); + })); + return _getReservationDetails.apply(this, arguments); +} /***/ }) diff --git a/index.html b/index.html index a52f1ed064..408cc6e8a0 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@