zss
2023-12-05 df9b08f173053ddaf2c4bb0fd143384d6baa95fa
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') {