|  | @@ -178,6 +178,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                forms.gradeNumText = i.text;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        } catch {
 | 
	
		
			
				|  |  |          //
 | 
	
	
		
			
				|  | @@ -289,7 +290,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              forms.showButton = false;
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  | -          forms.showTips = true;
 | 
	
		
			
				|  |  | +          // forms.showTips = true;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        } catch {}
 | 
	
		
			
				|  |  |      };
 | 
	
	
		
			
				|  | @@ -520,6 +521,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            <Picker
 | 
	
		
			
				|  |  |              showToolbar
 | 
	
		
			
				|  |  |              columns={gradeList.value as any}
 | 
	
		
			
				|  |  | +            modelValue={[studentInfo.extra.currentGradeNum]}
 | 
	
		
			
				|  |  |              onCancel={() => (forms.gradeStatus = false)}
 | 
	
		
			
				|  |  |              onConfirm={(val: any) => {
 | 
	
		
			
				|  |  |                const selectedOption = val.selectedOptions[0];
 | 
	
	
		
			
				|  | @@ -538,6 +540,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            <Picker
 | 
	
		
			
				|  |  |              showToolbar
 | 
	
		
			
				|  |  |              columns={classList}
 | 
	
		
			
				|  |  | +            modelValue={[studentInfo.extra.currentClass]}
 | 
	
		
			
				|  |  |              onCancel={() => (forms.classStatus = false)}
 | 
	
		
			
				|  |  |              onConfirm={(val: any) => {
 | 
	
		
			
				|  |  |                const selectedOption = val.selectedOptions[0];
 |