张延森 4 years ago
parent
commit
097942889d
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/pages/Mine/MyInfo/index.vue

+ 3
- 2
src/pages/Mine/MyInfo/index.vue View File

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