直转查看问题
This commit is contained in:
		
							parent
							
								
									9d0e1d5842
								
							
						
					
					
						commit
						3e7b174cf2
					
				| 
						 | 
					@ -204,7 +204,7 @@ export default {
 | 
				
			||||||
      let params = {}
 | 
					      let params = {}
 | 
				
			||||||
      if (type === 1) {
 | 
					      if (type === 1) {
 | 
				
			||||||
        params = { type: 'detail', id: row.id }
 | 
					        params = { type: 'detail', id: row.id }
 | 
				
			||||||
        this.$router.push({ path: '/transition/groundApply', query: params })
 | 
					        this.$router.push({ path: '/transition/groundDirect', query: params })
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        params = { type: 'edit', id: row.id }
 | 
					        params = { type: 'edit', id: row.id }
 | 
				
			||||||
        this.$router.push({ path: '/business/businessHandling/directApply', query: params })
 | 
					        this.$router.push({ path: '/business/businessHandling/directApply', query: params })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue