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) => {