shish 1 год назад
Родитель
Сommit
8f3dccea28
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      hdApp/src/admin/ghs/pay.vue

+ 5 - 1
hdApp/src/admin/ghs/pay.vue

@@ -75,7 +75,11 @@
 			this.specialInit()
 			// #endif
 		},
-		mounted() {},
+		onShow(){
+			this.specialInit()
+		},
+		mounted(){
+		},
 		methods: {
 			teachPayFn() {
 				this.pageTo({ url: "/admin/ghs/teachPay"})