zouyu
2024-03-05 403c1cad9a222a211a774473ce04697d580ac443
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>