zhoushihao
2025-10-31 01b07fdef6c2117c3672b0d90b8b2f2218bdd659
UI-Project/src/views/Returns/upreturns.vue
@@ -37,6 +37,19 @@
const titleSelectJson = ref({
  engineerId: [],
})
const selectGong = async () => {
  try {
    const response = await request.post('/loadGlass/loadglassdevicetaskhistory/queryAllMessage',{
  redisRequest: 'loadGlassRequestOne',
  stationCell: 5,
  tableName: 'LOAD_GLASS_DEVICE_ONE_TASK',
  webSocketName: 'loadGlassOne'
});
    if (response.code == 200) {
    }
  } catch (error) {
  }
};
request.post("/loadGlass/up-patten-usage/setUpPattenRequest", {
  state: null,
  stationCell: 5
@@ -60,6 +73,7 @@
};
onMounted(() => {
  socket = initializeWebSocket(socketUrl, handleMessage);
  selectGong()
});
onUnmounted(() => {
  if (socket) {
@@ -110,7 +124,7 @@
};
const selectgong = async (queryString: string) => {
  try {
    const response = await request.post('/loadGlass/engineerScheduling/queryEngineerScheduling', {
    const response = await request.post('/loadGlass/optimizeProject/listByState', {
      ...requestData,
      query: queryString
    });