绑定设备参数 bug 修复
This commit is contained in:
@@ -73,7 +73,7 @@ const handleUnbind = async (id: number) => {
|
||||
// 获取已绑定的设备列表
|
||||
const loadingEquipmentTableData = ref(false);
|
||||
const fetchBoundEquipmentList = async () => {
|
||||
const stationId = traceOrderStore.currentStationCode;
|
||||
const stationId = traceOrderStore.currentStationId;
|
||||
if (!stationId) return;
|
||||
loadingEquipmentTableData.value = true;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user