|  | @@ -431,7 +431,9 @@ $(function () {
 | 
	
		
			
				|  |  |          console.log(update_under_ledger);
 | 
	
		
			
				|  |  |          postData(window.location.pathname + '/save', {type: 'mode', postData: {mode: this_mode, update_under_ledger}}, function (result) {
 | 
	
		
			
				|  |  |              _self.addClass('disabled').attr('disabled', true);
 | 
	
		
			
				|  |  | +            _self.text('当前');
 | 
	
		
			
				|  |  |              _self.parents('.col-6').siblings('.col-6').find('button').removeClass('disabled').removeAttr('disabled');
 | 
	
		
			
				|  |  | +            _self.parents('.col-6').siblings('.col-6').find('button').text('选择');
 | 
	
		
			
				|  |  |              $('#mode-tips').show();
 | 
	
		
			
				|  |  |              $('#mode-cancel').show();
 | 
	
		
			
				|  |  |              $('#mode').modal('hide');
 |