ZengTao
2025-11-12 1449f79f342919f5b65003312b113a8dad229692
UI-Project/src/views/Returns/upreturns2.vue
@@ -86,7 +86,7 @@
  }
};
let socket = null;
const socketUrl = `ws://${WebSocketHost}:${host}/api/loadGlass/api/talk/loadGlassTwo`;
const socketUrl = `ws://${window.ipConfig.serverUrl}/api/loadGlass/api/talk/loadGlassTwo`;
const handleMessage = (data: any) => {
  isLoading.value = true;
@@ -252,7 +252,7 @@
  if (markingMachineStatus.value === 'green' && cuttingMachineStatus.value === 'green') {
    try {
      const response = await request.post('/loadGlass/engineering/engineering/changeTask', {
        stationCell: 5,
        stationCell: 6,
        filmRemove: filmRemove,
        engineerId: engineeringId,
        state: 1,