|
|
@@ -86,13 +86,13 @@ export default {
|
|
|
},
|
|
|
mySearch() {
|
|
|
// console.log("点击了搜索");
|
|
|
- if (this.formData.searchKey.trim() === ""){
|
|
|
- this.myArr=[]
|
|
|
- this.baseTxt=false
|
|
|
- return
|
|
|
+ if (this.formData.searchKey.trim() === "") {
|
|
|
+ this.myArr = [];
|
|
|
+ this.baseTxt = false;
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
- // return this.$message.warning("不能为空!");
|
|
|
+ // return this.$message.warning("不能为空!");
|
|
|
this.formData.pageNum = 1;
|
|
|
this.studentList(this.formData);
|
|
|
},
|
|
|
@@ -300,6 +300,9 @@ export default {
|
|
|
overflow-y: auto;
|
|
|
border-bottom: none;
|
|
|
font-size: 16px;
|
|
|
+ /deep/p {
|
|
|
+ margin: 10px 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|