瀏覽代碼

送检返回后刷新报工页面

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)
 	})