|  | @@ -176,7 +176,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |          if (pushData.length > 0 || removeData.length > 0 || updateData.length > 0) {
 | 
	
		
			
				|  |  |              postData(window.location.pathname + '/save', { type: 'resetChecklist', pushData, removeData, updateData }, function (result2) {
 | 
	
		
			
				|  |  |                  if (sendmsg && pushData.length > 0) {
 | 
	
		
			
				|  |  | -                    toastr.success('已同步并添加到调差清单数据至本页中');
 | 
	
		
			
				|  |  | +                    toastr.success('已同步历史调差清单数据至本页中');
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  if (sendmsg && removeData.length > 0) {
 | 
	
		
			
				|  |  |                      toastr.warning('已删除部分与台账清单不匹配的清单数据');
 |