소스 검색

送检返回后刷新报工页面

wangxin 2 달 전
부모
커밋
19328a72f1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/reportingForWork/index.vue

+ 1 - 0
pages/reportingForWork/index.vue

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