|  | @@ -85,7 +85,7 @@ export default {
 | 
	
		
			
				|  |  |          this.$refs.scandialog.visible = true
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  |          this.falg = true
 | 
	
		
			
				|  |  | -        this.$router.push({ path: this.worksLink(4, taskType, i.status, i.id) })
 | 
	
		
			
				|  |  | +        this.$router.push({ path: this.worksLink(4, taskType, i.status, i.id,i) })
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      scrolling(el) {
 | 
	
	
		
			
				|  | @@ -129,7 +129,7 @@ export default {
 | 
	
		
			
				|  |  |          this.workList = data
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | -    worksLink(type, val, taskType = '', id = '') {
 | 
	
		
			
				|  |  | +    worksLink(type, val, taskType = '', id = '',item) {
 | 
	
		
			
				|  |  |        //type 列表类型区分 //val 类型值 //taskType 具体列表项区分 //id 任务id
 | 
	
		
			
				|  |  |        let str = ''
 | 
	
		
			
				|  |  |        let strName = ''
 | 
	
	
		
			
				|  | @@ -140,7 +140,7 @@ export default {
 | 
	
		
			
				|  |  |            str = '/lz'
 | 
	
		
			
				|  |  |            strName = '待履职'
 | 
	
		
			
				|  |  |            path = '/resumption'
 | 
	
		
			
				|  |  | -          pathInfo = `/resumption_detail?id=${id}&enable=1&taskDate=2023-09-28`
 | 
	
		
			
				|  |  | +          pathInfo = `/resumption_detail`
 | 
	
		
			
				|  |  |            break
 | 
	
		
			
				|  |  |          case 3:
 | 
	
		
			
				|  |  |            str = '/dy'
 | 
	
	
		
			
				|  | @@ -213,6 +213,11 @@ export default {
 | 
	
		
			
				|  |  |          if (val == 5 && taskType == 1) {
 | 
	
		
			
				|  |  |            pathInfo = '/personnelSignature/' + id + '_edit'
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        //履职跳转
 | 
	
		
			
				|  |  | +        if (val == 0 && taskType == 1) {
 | 
	
		
			
				|  |  | +         
 | 
	
		
			
				|  |  | +          pathInfo = `/resumption_detail?id=${id}&enable=${taskType}&taskDate=${item.startTime.split(' ')[0]}
 | 
	
		
			
				|  |  | +`        }
 | 
	
		
			
				|  |  |          return pathInfo
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      },
 |