zouyu
2023-12-04 e66d566722ec3e65cb93e36bc71b3926e6a318fc
src/views/product/workbench/feed-pane.vue
@@ -2200,6 +2200,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') {