王震
2023-12-07 a7f1016f4cb963be3e67ff8c26bdeae37686b2fc
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') {