|
@@ -1799,7 +1799,7 @@
|
|
|
@current-change="handleCurrentChange"></el-pagination>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="dialogVisibleMember = false;">取 消</el-button>
|
|
|
+ <el-button @click="page = 0;dialogVisibleMember = false;">取 消</el-button>
|
|
|
<el-button type="primary" @click="isAddPPTeacher">确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
@@ -3288,6 +3288,7 @@ export default {
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
handleClose(done) {
|
|
|
+ this.page = 0;
|
|
|
done();
|
|
|
},
|
|
|
closePan(tool) {
|
|
@@ -5164,6 +5165,7 @@ export default {
|
|
|
this.dialogVisibleClass = false;
|
|
|
},
|
|
|
isAddPPTeacher() {
|
|
|
+ this.page = 0;
|
|
|
this.dialogVisibleMember = false;
|
|
|
this.setMan();
|
|
|
this.checkAll=false;
|
|
@@ -8807,10 +8809,8 @@ export default {
|
|
|
|
|
|
.people {
|
|
|
border: 1px solid rgb(229 229 229);
|
|
|
- height: 495px;
|
|
|
border-radius: 5px;
|
|
|
width: 100%;
|
|
|
- overflow: auto;
|
|
|
}
|
|
|
|
|
|
.people_top {
|
|
@@ -8858,12 +8858,12 @@ export default {
|
|
|
}
|
|
|
|
|
|
.people_name {
|
|
|
+ height: 40vh;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
padding: 10px 0 0 25px;
|
|
|
flex-direction: column;
|
|
|
flex-wrap: nowrap;
|
|
|
- height: calc(100% - 140px);
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
flex-direction: column;
|