commit
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" size="mini"
|
||||
class="common-button-primary" @click="getDatas">
|
||||
class="common-button-primary" @click="getDatas('1')">
|
||||
查询
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
@@ -446,7 +446,10 @@ export default {
|
||||
console.log(e);
|
||||
})
|
||||
},
|
||||
getDatas() {
|
||||
getDatas(type) {
|
||||
if (type === '1') {
|
||||
this.page = 1
|
||||
}
|
||||
this.peopleType = 2;
|
||||
this.$http.post('SarInstitution/institution/user', {
|
||||
current: this.page,
|
||||
|
||||
Reference in New Issue
Block a user