|
@@ -30,7 +30,7 @@
|
|
placeholder="结束日期"
|
|
placeholder="结束日期"
|
|
></el-date-picker>
|
|
></el-date-picker>
|
|
<span class="kong"></span>
|
|
<span class="kong"></span>
|
|
- <el-button type="primary" @click="funQuery">查询</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="onSearch">查询</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<el-table :data="tableData" style="width: 100%">
|
|
<el-table :data="tableData" style="width: 100%">
|
|
@@ -116,6 +116,10 @@ export default {
|
|
pageHasChanged() {
|
|
pageHasChanged() {
|
|
this.funQuery();
|
|
this.funQuery();
|
|
},
|
|
},
|
|
|
|
+ onSearch() {
|
|
|
|
+ this.paginationData.currentPage = 1
|
|
|
|
+ this.funQuery()
|
|
|
|
+ },
|
|
funQuery() {
|
|
funQuery() {
|
|
//查询
|
|
//查询
|
|
let pramse = {
|
|
let pramse = {
|