王震
2023-12-22 bf8f755535e07b59116fced6dab7e2b53e78ff50
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) => {