站内直转
This commit is contained in:
		
							parent
							
								
									a42281921d
								
							
						
					
					
						commit
						a76ea482c6
					
				| 
						 | 
				
			
			@ -818,11 +818,13 @@ export default {
 | 
			
		|||
    },
 | 
			
		||||
    projectChange(val) {
 | 
			
		||||
      const obj = this.projectList.find(item => item.proId === val)
 | 
			
		||||
      console.log('🚀 ~ projectChange ~ obj:', obj)
 | 
			
		||||
      if (!val) {
 | 
			
		||||
        this.maForm.backTeamId = ''
 | 
			
		||||
        this.uniteList = []
 | 
			
		||||
        return
 | 
			
		||||
      }
 | 
			
		||||
      this.maForm.backProName = obj.proName
 | 
			
		||||
      setTimeout(() => {
 | 
			
		||||
        getTeamListApi({ isAll: 0, proId: obj.proId }).then(response => {
 | 
			
		||||
          this.uniteList = response.data
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -242,8 +242,7 @@ export default {
 | 
			
		|||
    // 判断审核按钮显示隐藏
 | 
			
		||||
    auditingShow(row) {
 | 
			
		||||
      if (row.directUserIds) {
 | 
			
		||||
        const directUserIds = row.directUserIds.split(',')
 | 
			
		||||
        return (row.status == 1 || row.status == 0) && directUserIds.includes(this.userId)
 | 
			
		||||
        return (row.status == 1 || row.status == 0) && row.directUserIds.includes(this.userId)
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    // 导出数据
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue