diff --git a/src/views/basic/CorpMaintain.vue b/src/views/basic/CorpMaintain.vue index fcf1e36..98c8e4f 100644 --- a/src/views/basic/CorpMaintain.vue +++ b/src/views/basic/CorpMaintain.vue @@ -24,7 +24,7 @@ type="primary" icon="search" width="1200px" - @click="getList" + @click="search" >查询 @@ -414,6 +414,13 @@ export default { page: 1, limit: 20, }; + + + this.getList(); + + }, + search(){ + this.query.page = 1; this.getList(); }, getList() { @@ -435,6 +442,7 @@ export default { this.total = 0; }); }, + // 刷新表单 resetForm() { if (this.$refs["dataForm"]) { @@ -628,7 +636,8 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); - this.query.page =1; + + }, getBasicThirdSys() { let query = {