zouyu
2024-01-19 2a1ea6a1c5b2210b3ac751e344517741cfbac2dd
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