修改bug

ww
wangwei 2 years ago
parent 3901169861
commit c63318eca3

@ -24,7 +24,7 @@
type="primary" type="primary"
icon="search" icon="search"
width="1200px" width="1200px"
@click="getList" @click="search"
>查询 >查询
</el-button </el-button
> >
@ -414,6 +414,13 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
}; };
this.getList();
},
search(){
this.query.page = 1;
this.getList(); this.getList();
}, },
getList() { getList() {
@ -435,6 +442,7 @@ export default {
this.total = 0; this.total = 0;
}); });
}, },
// //
resetForm() { resetForm() {
if (this.$refs["dataForm"]) { if (this.$refs["dataForm"]) {
@ -628,7 +636,8 @@ export default {
handleCurrentChange(val) { handleCurrentChange(val) {
this.query.page = val; this.query.page = val;
this.getList(); this.getList();
this.query.page =1;
}, },
getBasicThirdSys() { getBasicThirdSys() {
let query = { let query = {

Loading…
Cancel
Save