|
|
@@ -39,7 +39,7 @@
|
|
|
placeholder="请输入"
|
|
|
style="width: 217px"
|
|
|
></el-input>
|
|
|
- <el-button style="margin-left: 20px" @click="getHolding3List(mydata)">查询</el-button>
|
|
|
+ <el-button style="margin-left: 20px" @click="inquire">查询</el-button>
|
|
|
<el-button>导出</el-button>
|
|
|
<div class="pattern">
|
|
|
<div :class="{ active: change === 0 }" @click="pattern(0)">
|
|
|
@@ -149,6 +149,11 @@ export default {
|
|
|
watch: {},
|
|
|
// 方法集合
|
|
|
methods: {
|
|
|
+ // 点击查询
|
|
|
+ inquire () {
|
|
|
+ this.mydata.pageNum = 1
|
|
|
+ this.getHolding3List(this.mydata)
|
|
|
+ },
|
|
|
// 分页器
|
|
|
currentChange (val) {
|
|
|
// console.log('当前页改变了', val)
|