Parcourir la source

送检返回后刷新报工页面

wangxin il y a 2 mois
Parent
commit
19328a72f1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      pages/reportingForWork/index.vue

+ 1 - 0
pages/reportingForWork/index.vue

@@ -140,6 +140,7 @@
 	// })
 
 	onShow(() => {
+		init();
 		uni.$on('dayworkItemUpdate', reflush)
 	})