Explorar el Código

fix: 传参问题

zhangjie hace 1 mes
padre
commit
22ea526da3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/room-scheduling-set/index.vue

+ 1 - 1
src/views/order/room-scheduling-set/index.vue

@@ -207,7 +207,7 @@
   const save = async () => {
     saveLoading.value = true;
     const data = tableData.value.map((item) => item.timePeriodList).flat();
-    const res = await saveScheduling(data, searchModel.examSiteId).catch(
+    const res = await saveScheduling(data, searchModel.examRoomId).catch(
       () => false
     );
     saveLoading.value = false;