htc 1 týždeň pred
rodič
commit
b4858b884d
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      pages/home.vue

+ 4 - 0
pages/home.vue

@@ -42,6 +42,10 @@
 			await this.getAgentModelList()
 			this.getDeviceList();
 		},
+		async onPullDownRefresh() {
+			await this.getAgentModelList()
+			this.getDeviceList();
+		},
 		methods:{
 			getAgentModelList(){
 				return new Promise((resolve,reject)=>{