重点工程 - 监管端App重点工程脏数据问题
							parent
							
								
									895a4a7829
								
							
						
					
					
						commit
						630ccc4899
					
				|  | @ -166,8 +166,8 @@ export default { | ||||||
|   onShow() { |   onShow() { | ||||||
|     this.resetList() |     this.resetList() | ||||||
|   }, |   }, | ||||||
|   onLoad() { |   onLoad(e) { | ||||||
|   	this.CORPINFO_ID = this.$route.query.CORPINFO_ID |     this.CORPINFO_ID = e.CORPINFO_ID | ||||||
|   }, |   }, | ||||||
|   computed: { |   computed: { | ||||||
|     userInfo() { |     userInfo() { | ||||||
|  |  | ||||||
|  | @ -24,8 +24,8 @@ | ||||||
| 				baseList: [] | 				baseList: [] | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		onLoad() { | 		onLoad(e) { | ||||||
| 			this.CORPINFO_ID = this.$route.query.CORPINFO_ID |       this.CORPINFO_ID = e.CORPINFO_ID | ||||||
| 		}, | 		}, | ||||||
| 		onShow(event) { | 		onShow(event) { | ||||||
| 
 | 
 | ||||||
|  | @ -57,6 +57,7 @@ | ||||||
| 			fnNavigator(e) { | 			fnNavigator(e) { | ||||||
| 				console.log(this.CORPINFO_ID) | 				console.log(this.CORPINFO_ID) | ||||||
| 				uni.$u.route({ | 				uni.$u.route({ | ||||||
|  | 					CORPINFO_ID:this.CORPINFO_ID, | ||||||
| 					url: this.baseList[e].url+'?CORPINFO_ID'+this.CORPINFO_ID | 					url: this.baseList[e].url+'?CORPINFO_ID'+this.CORPINFO_ID | ||||||
| 					 | 					 | ||||||
| 				}) | 				}) | ||||||
|  |  | ||||||
|  | @ -129,8 +129,8 @@ export default { | ||||||
|   onShow() { |   onShow() { | ||||||
|     this.resetList() |     this.resetList() | ||||||
|   }, |   }, | ||||||
|   onLoad() { |   onLoad(e) { | ||||||
|   	this.CORPINFO_ID = this.$route.query.CORPINFO_ID |   	this.CORPINFO_ID = e.CORPINFO_ID | ||||||
|   }, |   }, | ||||||
|   computed: { |   computed: { | ||||||
|     userInfo() { |     userInfo() { | ||||||
|  |  | ||||||
|  | @ -66,8 +66,8 @@ export default { | ||||||
|       list: [], |       list: [], | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   onLoad() { |   onLoad(e) { | ||||||
|   	this.CORPINFO_ID = this.$route.query.CORPINFO_ID |     this.CORPINFO_ID = e.CORPINFO_ID | ||||||
|   }, |   }, | ||||||
|   onShow() { |   onShow() { | ||||||
|     this.resetList() |     this.resetList() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue