Commit 14f170fe authored by 黄奎's avatar 黄奎

小包团查询修改

parent b376ee63
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
</div> </div>
</div> </div>
<button class="normalBtn TC_SearchBtn" <button class="normalBtn TC_SearchBtn"
@click="getControlList(),resetPageIndex(),queryCommonData.showWarningSearch=false">{{$t('pub.searchBtn')}}</button> @click="resetPageIndex(),getControlList(),queryCommonData.showWarningSearch=false">{{$t('pub.searchBtn')}}</button>
</div> </div>
<span class="advancedQuery" slot="reference">{{$t('Operation.Op_warningSearch')}} <span class="advancedQuery" slot="reference">{{$t('Operation.Op_warningSearch')}}
<i class="iconfont icon-xiaotuziCduan_1"></i> <i class="iconfont icon-xiaotuziCduan_1"></i>
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
</el-popover> </el-popover>
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="getControlList(),resetPageIndex()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="resetPageIndex(),getControlList()">{{$t('pub.searchBtn')}}</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -2522,6 +2522,7 @@ ...@@ -2522,6 +2522,7 @@
) { ) {
this.queryCommonData.checkCompanyAll = true; this.queryCommonData.checkCompanyAll = true;
} }
this.resetPageIndex();
this.getControlList(); this.getControlList();
}, },
//查询全部 //查询全部
......
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