王震
2023-12-28 0a91d2d5b91574327a0c1c4f2addc7c36cc0c98b
src/views/product/workbench/productInDialog.vue
@@ -115,6 +115,9 @@
      var query = {}
      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) => {
            var data = response.data