Explorar o código

事项列表查询,审核通过的

lidongyu hai 1 ano
pai
achega
509c5fcd75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/topic/topic.vue

+ 1 - 1
pages/topic/topic.vue

@@ -39,7 +39,7 @@
 		},
 		methods: {
 			onMatters(data){
-				uni.setStorageSync('data', {type:data.deptName})
+				uni.setStorageSync('data', {type:data.deptName,examine:1})
 				uni.navigateTo({
 					url: '/pages/matterAll/matterAll',
 				});