ccjgmwz 3 éve
szülő
commit
89d33dd5c3
1 módosított fájl, 6 hozzáadás és 3 törlés
  1. 6 3
      src/views/houseSelfCollect/paymentManagement.vue

+ 6 - 3
src/views/houseSelfCollect/paymentManagement.vue

@@ -418,13 +418,16 @@
         },
       }
     },
-    mounted() {
+    activated() {
       this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
       this.getPassYearFormatDate()
       this.getWarehouse()
-
-      this.getList()
+      // this.getList()
     },
+    // mounted() {
+    //   debugger
+    //   this.getList()
+    // },
     updated() {
       this.$nextTick(() => {
         this.$refs['table'].doLayout()