zss
2024-05-08 dbe4d740a7b0b5696c89f4df14b6804a71364432
src/views/quality/Packaging_ledger/pack-fromadd.vue
@@ -168,6 +168,11 @@
    watch: {
      currshowlist() {
        this.innerVisible = this.currshowlist
        if(this.currshowlist){
          this.$nextTick(() => {
            this.getData()
          });
        }
      }
    },
    computed: {
@@ -191,4 +196,3 @@
    }
  }
  </script>