Explorar o código

送检返回刷新报工数据页面

wangxin hai 2 meses
pai
achega
14b8918d52
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      pages/reportingForWork/index.vue

+ 4 - 1
pages/reportingForWork/index.vue

@@ -140,7 +140,10 @@
 	// })
 
 	onShow(() => {
-		uni.$on('dayworkItemUpdate', reflush)
+		curPlan.value = store.planDetails;
+		dayWorkInfo.value = store.dayworkInfo;
+		init();
+		// uni.$on('dayworkItemUpdate', reflush)
 	})
 
 	function init() {