|  |  |  | @ -260,7 +260,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 			this.postData.FPageIndex = this.pageInfo.current; | 
			
		
	
		
			
				
					|  |  |  |  | 			this.postData.FPageSize = this.pageInfo.limit; | 
			
		
	
		
			
				
					|  |  |  |  | 			let result = await getPageList(this.postData, "HalfMaterialTask"); | 
			
		
	
		
			
				
					|  |  |  |  | 			debugger | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 			let $this=this; | 
			
		
	
		
			
				
					|  |  |  |  | 			this.dataList = result.Data.List.map(function (item) { | 
			
		
	
		
			
				
					|  |  |  |  | 				item.FAddDate = item.FAddDate == null ? "" : $this.dateFormat(item.FAddDate); | 
			
		
	
	
		
			
				
					|  |  |  | @ -292,9 +292,6 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 			this.showEditBox[i] = true; | 
			
		
	
		
			
				
					|  |  |  |  | 		}, | 
			
		
	
		
			
				
					|  |  |  |  | 		_clickSetInfo(data, type) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 			debugger | 
			
		
	
		
			
				
					|  |  |  |  | 			for (let i = 0; i < this.showEditBox.length; i++) { | 
			
		
	
		
			
				
					|  |  |  |  | 				this.showEditBox[i] = false; | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
	
		
			
				
					|  |  |  | 
 |