提交 a48077f0 编写于 作者: yafei.li's avatar yafei.li

Merge branch 'feat/lyf' into 'develop'

修复bug

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!303
...@@ -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
...@@ -997,6 +997,10 @@ export default { ...@@ -997,6 +997,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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册