licp
2024-04-25 d49f39681a68fd819ac687d67b6352ba386d0d13
src/views/product/workbench/productInDialog.vue
@@ -116,6 +116,7 @@
      this.workstationFeedList = []
      if (this.workstationId && this.workstationId != null) {
        let operationTaskId=JSON.parse(localStorage.getItem("OPERATION_TASK_ID"))
        console.log(operationTaskId,"111111");
        query.operationTaskId=operationTaskId
        getWorkstationFeed(query, this.workstationId)
          .then((response) => {