Browse Source

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

wangxin 2 months ago
parent
commit
14b8918d52
1 changed files with 4 additions and 1 deletions
  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() {