Explorar el Código

送检返回后刷新报工页面

wangxin hace 2 meses
padre
commit
19328a72f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pages/reportingForWork/index.vue

+ 1 - 0
pages/reportingForWork/index.vue

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