Commit d05d8e5a by hewei

静态交易gtx页面优化

parent 46222358
......@@ -172,7 +172,7 @@
type="primary"
icon="el-icon-search"
size="small"
@click="onInfgtxSearch()"
@click="onSearch()"
>查询
</el-button>
</c-col>
......@@ -277,6 +277,11 @@ export default {
handleReset() {
this.root.$refs.modelForm.resetFields();
},
onSearch() {
this.model.pageSize = 5;
this.model.pageNum = 1;
this.onInfgtxSearch();
},
onInfgtxSearch() {
queryByPage(this.model).then(res => {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment