Browse Source

送检返回后刷新报工页面

wangxin 2 tháng trước cách đây
mục cha
commit
19328a72f1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pages/reportingForWork/index.vue

+ 1 - 0
pages/reportingForWork/index.vue

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