绑定设备参数 bug 修复

This commit is contained in:
tao
2026-01-13 09:16:29 +08:00
parent ba71c3e42c
commit 7e32e9931d

View File

@@ -73,7 +73,7 @@ const handleUnbind = async (id: number) => {
// 获取已绑定的设备列表 // 获取已绑定的设备列表
const loadingEquipmentTableData = ref(false); const loadingEquipmentTableData = ref(false);
const fetchBoundEquipmentList = async () => { const fetchBoundEquipmentList = async () => {
const stationId = traceOrderStore.currentStationCode; const stationId = traceOrderStore.currentStationId;
if (!stationId) return; if (!stationId) return;
loadingEquipmentTableData.value = true; loadingEquipmentTableData.value = true;
try { try {