|  | @@ -391,7 +391,7 @@ export default {
 | 
	
		
			
				|  |  |  			return id == 2 ? 'A分' : 'B分'
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		ruleItemChange(val){
 | 
	
		
			
				|  |  | -			let item = this.formData
 | 
	
		
			
				|  |  | +			let item = this.formData;
 | 
	
		
			
				|  |  |  			if(val.length>0){
 | 
	
		
			
				|  |  |  				let data = this.$refs.ruleItem.getCheckedNodes()[0].data;//当前选中的节点数据
 | 
	
		
			
				|  |  |  				item.task_remark = data.name;
 | 
	
	
		
			
				|  | @@ -436,16 +436,17 @@ export default {
 | 
	
		
			
				|  |  |  			})
 | 
	
		
			
				|  |  |  			this.fileList = filtList
 | 
	
		
			
				|  |  |  			this.fileFun('', filtList)
 | 
	
		
			
				|  |  | +			console.log(this.modifyData.point_config)
 | 
	
		
			
				|  |  |  			// 指定了规则
 | 
	
		
			
				|  |  |  			if(this.modifyData.point_config.item_info){
 | 
	
		
			
				|  |  |  				let itemInfo = this.modifyData.point_config.item_info
 | 
	
		
			
				|  |  |  				this.formData.tree_echo = this.ruleChange(itemInfo.rule_id,[itemInfo.id])
 | 
	
		
			
				|  |  | -				this.isSelectType=false;
 | 
	
		
			
				|  |  | +				this.isSelectType=true;
 | 
	
		
			
				|  |  |  				this.$nextTick(_=>{
 | 
	
		
			
				|  |  |  					this.ruleItemChange(this.formData.tree_echo);
 | 
	
		
			
				|  |  |  				})
 | 
	
		
			
				|  |  |  			}else if(this.modifyData.rule_id){//指定了分类
 | 
	
		
			
				|  |  | -				this.isSelectType=true;
 | 
	
		
			
				|  |  | +				this.isSelectType=false;
 | 
	
		
			
				|  |  |  				this.formData.rule_id = this.modifyData.rule_id;
 | 
	
		
			
				|  |  |  				this.formData.rule_value = this.returnRuleVal(this.modifyData.rule_id,[]);
 | 
	
		
			
				|  |  |  			}
 |