zouyu
2023-12-26 e155da2aeb9c44698e3a0d59ab3f32e5ad9bad5f
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) => {