he wei
2025-04-25 53310b6f8b2274c3d68674648446451761edea21
src/views/device/locks/index.vue
@@ -1,5 +1,5 @@
<script setup name="LockManage">
   import { ref, onMounted, reactive, computed, watchEffect, nextTick } from "vue";
   import { ref, onActivated, reactive, computed, watchEffect, nextTick } from "vue";
   import useStation from "@/hooks/useStationList.js";
   const { stationName1, stationName2, stationName3, stationName4,
      stationList1, stationList2, stationList3, stationList4,
@@ -57,7 +57,7 @@
  // 是否有控制权限
let isCanControl = isHasPermit("control_permit", permits.value);
   onMounted(() => {
   onActivated(() => {
      // setTimeout(() => {
      //    console.log('onMounted', stationName1, stationName2, stationName3, stationName4, '=============');