zss
2023-12-04 b83cafcc521a0dc27a7a24d6dc7b053f819ab2b1
src/views/product/workbench/feed-pane.vue
@@ -2224,6 +2224,14 @@
    }
  },
  watch: {
    showFeedForm:{
      handler(newVal,oldVal){
        if(!newVal){
          this.$refs.stockTable.toggleAllSelection(false)
        }
      },
      deep: true
    },
    workstationId() {
      this.$nextTick(() => {
        if (this.currItem != null && this.currItem === 'feed') {