zss
2023-12-22 540f84fd0a7ecc758f003654edb5cab0684dca5f
src/views/product/workbench/productInDialog.vue
@@ -115,6 +115,8 @@
      var query = {}
      this.workstationFeedList = []
      if (this.workstationId && this.workstationId != null) {
        let operationTaskId=JSON.parse(localStorage.getItem("OPERATION_TASK_ID"))
        query.operationTaskId=operationTaskId
        getWorkstationFeed(query, this.workstationId)
          .then((response) => {
            var data = response.data