绑定设备参数 bug 修复
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user