提交 ba0cc676 编写于 作者: lyf's avatar lyf

修复bug

上级 d99fa34d
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</el-col> </el-col>
<el-col :span="6" style="text-align: right"> <el-col :span="6" style="text-align: right">
<div class="button-container"> <div class="button-container">
<el-button type="primary" size="small" @click="searchList" <el-button type="primary" size="small" @click="searchFormOrder"
>查询</el-button >查询</el-button
> >
<el-button <el-button
...@@ -988,6 +988,10 @@ export default { ...@@ -988,6 +988,10 @@ export default {
this.brokerOwnerListAll(); this.brokerOwnerListAll();
}, },
methods: { methods: {
searchFormOrder(){
this.searchForm.pageNo=1
this.searchList();
},
// 确认导入 // 确认导入
confirmExport() { confirmExport() {
if (this.ExportType == 1) { if (this.ExportType == 1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册