ccjgmwz 3 년 전
부모
커밋
89d33dd5c3
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  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()