修改bug

ww
wangwei 2 years ago
parent 3901169861
commit c63318eca3

@ -24,7 +24,7 @@
type="primary"
icon="search"
width="1200px"
@click="getList"
@click="search"
>查询
</el-button
>
@ -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 = {

Loading…
Cancel
Save