|
|
@@ -28,7 +28,7 @@
|
|
|
<u-popup v-if="type != 2" @close="nameShow=false" :closeOnClickOverlay="true" @cancel="nameShow=false" :overlay="false"
|
|
|
:show="nameShow">
|
|
|
<view style="height: 500rpx; position: relative; display: flex; justify-content: center;">
|
|
|
- <view style="position: absolute; top: 20rpx; z-index: 999999;">
|
|
|
+ <view style="position: absolute; top: 80rpx; z-index: 999999; background: #fff;">
|
|
|
<input class="inp" confirm-type="search" v-model="key" @input="serName"
|
|
|
placeholder="学生姓名" />
|
|
|
<u-icon class="inp-img" name="search" color="#8C8C8C" size="49rpx"></u-icon>
|
|
|
@@ -295,9 +295,10 @@
|
|
|
console.log(res)
|
|
|
this.getClass(res.data.classId)
|
|
|
this.classCheck.label = res.data.className
|
|
|
+ this.classCheck.value = res.data.classId
|
|
|
this.nameCheck.label = res.data.name
|
|
|
+ this.nameCheck.value = id
|
|
|
this.formData.sex = res.data.sex
|
|
|
-
|
|
|
for (let item of this.formData.disposeRecords) {
|
|
|
item.studentId = res.data.studentId
|
|
|
}
|