This commit is contained in:
		
							parent
							
								
									fd3f909789
								
							
						
					
					
						commit
						4f08d369d0
					
				| 
						 | 
					@ -165,6 +165,7 @@ export default {
 | 
				
			||||||
        if (this.$route.query) {
 | 
					        if (this.$route.query) {
 | 
				
			||||||
            const { id, taskId, type } = this.$route.query
 | 
					            const { id, taskId, type } = this.$route.query
 | 
				
			||||||
            console.log('路由参数:', id, taskId, type)
 | 
					            console.log('路由参数:', id, taskId, type)
 | 
				
			||||||
 | 
					            // ----type---- 1. 查看 2. 审核
 | 
				
			||||||
            this.auditingParams.taskId = taskId
 | 
					            this.auditingParams.taskId = taskId
 | 
				
			||||||
            // 如果有type参数,则设置pagesType
 | 
					            // 如果有type参数,则设置pagesType
 | 
				
			||||||
            if (type !== undefined) {
 | 
					            if (type !== undefined) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue