|
@@ -153,7 +153,12 @@ export default defineComponent({
|
|
|
rows: 1,
|
|
|
teacherId: userStore.getUserInfo.id
|
|
|
});
|
|
|
-
|
|
|
+ console.log(data.rows[0],'设置了Rows')
|
|
|
+ if(data.rows.length >0 && data.rows[0]){
|
|
|
+ forms.classSelect.classGroupId = data.rows[0].classGroupId;
|
|
|
+ forms.classSelect.classGroupName = data.rows[0].classGroupName;
|
|
|
+ console.log('设置了=======>')
|
|
|
+ }
|
|
|
console.log(data,'getLastClassRecode')
|
|
|
}
|
|
|
getLastClassRecode()
|