|
@@ -71,7 +71,7 @@
|
71
|
71
|
<view class="flex-h">
|
72
|
72
|
<view><text class="Point">*</text>学号</view>
|
73
|
73
|
<view class="flex-item">
|
74
|
|
- <input placeholder="请输入学号" v-model="Form.studentId" />
|
|
74
|
+ <input placeholder="请输入学号" v-model="Form.studentNo" />
|
75
|
75
|
</view>
|
76
|
76
|
</view>
|
77
|
77
|
<view class="Save">
|
|
@@ -104,6 +104,7 @@ export default {
|
104
|
104
|
IsPull: false,
|
105
|
105
|
DataLock: false,
|
106
|
106
|
Form: {
|
|
107
|
+ studentId: null,
|
107
|
108
|
name: null,
|
108
|
109
|
personId: null,
|
109
|
110
|
sex: null,
|
|
@@ -114,7 +115,7 @@ export default {
|
114
|
115
|
schoolBatch: null,
|
115
|
116
|
specialtyId: null,
|
116
|
117
|
specialtyName: null,
|
117
|
|
- studentId: null
|
|
118
|
+ studentNo: null
|
118
|
119
|
},
|
119
|
120
|
schoolList: [],
|
120
|
121
|
specialtyList: [],
|