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