licp
2024-05-11 d55f094797f9a3552c4d196f69ae188e1222b7a6
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) => {