Browse Source

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

lidongyu 1 year ago
parent
commit
509c5fcd75
1 changed files with 1 additions and 1 deletions
  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',
 				});