修改bug

prod
wangwei 2 years ago
parent fae0548f10
commit 9f90b61134

@ -15,7 +15,7 @@
<el-button-group style="display:flex;">
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="getList"></el-button>
<el-button type="primary" icon="el-icon-search" @click="Onsearch"></el-button>
<el-button type="primary" icon="el-icon-upload2" @click="exportExcel"></el-button>
</el-button-group>
</div>
@ -129,6 +129,10 @@ export default {
hideSearch() {
this.showSearch = !this.showSearch;
},
Onsearch(){
this.filterQuery.page=1;
this.getList();
},
getList() {
this.loading = true;
filterLog(this.filterQuery)

@ -561,6 +561,7 @@ export default {
this.subFormVisible = false;
});
this.resetForm();
},

Loading…
Cancel
Save