@@ -25,7 +25,7 @@
></el-input>
<el-select
v-model="cid"
- placeholder="请选择班级"
+ placeholder="请选择学校"
class="student_input inputClass"
@change="searchStudent"
>
@@ -421,7 +421,7 @@ export default {
this.isLoading = true;
let params = {
org: this.org,
- cu: "",
+ cu: this.cid,
cn: this.sPhoneUser,
page: this.page,
};