|  | @ -144,7 +144,7 @@ | 
			
		
	
		
		
			
				
					|  |  |         <el-button style="float:left;margin-left:10px" |  |  |         <el-button style="float:left;margin-left:10px" | 
			
		
	
		
		
			
				
					|  |  |                    class="diy-button--export" |  |  |                    class="diy-button--export" | 
			
		
	
		
		
			
				
					|  |  |                    size="small" |  |  |                    size="small" | 
			
		
	
		
		
			
				
					
					|  |  |                    @click="handleTiming()">定时</el-button> |  |  |                    @click="handleTiming()">更新数据</el-button> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       </div> |  |  |       </div> | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |       <el-table class="table" |  |  |       <el-table class="table" | 
			
		
	
	
		
		
			
				
					|  | @ -598,7 +598,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     async handleTiming (row) { |  |  |     async handleTiming (row) { | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |       this.$confirm("确认执行定时任务?", "提示", { |  |  |       this.$confirm("确认执行更新数据?", "提示", { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |         confirmButtonText: "确定", |  |  |         confirmButtonText: "确定", | 
			
		
	
		
		
			
				
					|  |  |         cancelButtonText: "取消", |  |  |         cancelButtonText: "取消", | 
			
		
	
		
		
			
				
					|  |  |         type: "warning" |  |  |         type: "warning" | 
			
		
	
	
		
		
			
				
					|  | @ -615,7 +615,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     async timingNat (row) { |  |  |     async timingNat (row) { | 
			
		
	
		
		
			
				
					
					|  |  |       const url = "/epmetuser/dataSyncConfig/natInfoScanTask" |  |  |       const url = "/epmetuser/dataSyncConfig/natInfoSyncButton" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       // const url = "http://yapi.elinkservice.cn/mock/245/epmetuser/icNat/synchro" |  |  |       // const url = "http://yapi.elinkservice.cn/mock/245/epmetuser/icNat/synchro" | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |       let params = { |  |  |       let params = { | 
			
		
	
	
		
		
			
				
					|  | 
 |