Explorar el Código

reactor:请求配置调整;

zhangchong hace 7 meses
padre
commit
39bc114ff9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/seats/right.vue

+ 1 - 1
src/views/seats/right.vue

@@ -231,7 +231,7 @@ onMounted(async () => {
         item.workUserId = res.workUserId;
         item.loading = false;
         sortSeatsList();
-        hidePopover.value = false;
+        // hidePopover.value = false;
       }, 500);
     }
   });