| | |
| | | <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, |
| | |
| | | // 是否有控制权限 |
| | | let isCanControl = isHasPermit("control_permit", permits.value); |
| | | |
| | | onMounted(() => { |
| | | onActivated(() => { |
| | | // setTimeout(() => { |
| | | // console.log('onMounted', stationName1, stationName2, stationName3, stationName4, '============='); |
| | | |