Browse Source

socket 刷新

qinhb 9 months ago
parent
commit
09d55de2ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pro-steps/components/screwdriver.vue

+ 1 - 1
src/views/pro-steps/components/screwdriver.vue

@@ -506,7 +506,7 @@ emitter.on(EventsNames.GETDATA_GDC, (name) => {
     }
   });
 });
-emitter.on(EventsNames.GETDATA_GDC, (name) => {
+emitter.on(EventsNames.GETDATA_WKDLT, (name) => {
   materialsData.value.forEach((item, index) => {
     if (item.deviceType == "WKDLT" && item.deviceNo == name) {
       setAcquisitionDatas(item.deviceNo, index);