|
@@ -177,7 +177,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fullscreen-content-page">
|
|
|
- <Page @on-change="changePage" :current="page_index" :total="total" :page-size='12'/>
|
|
|
+ <Page @on-change="changePage" :current="page_index" :total="total" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div slot="footer"></div>
|
|
@@ -647,7 +647,7 @@ export default {
|
|
|
this.currencySelectedObj = obj;
|
|
|
this.selectionModal = true;
|
|
|
this.currencySelectedObj.type = type;
|
|
|
- if (this.currencySelectedObj.list.length == 0) {
|
|
|
+ if (this.currencySelectedObj.list.length == 0 || type == 2) {
|
|
|
this.handleCurrentSearch(
|
|
|
this.currencySelectedObj,
|
|
|
this.currentSearchValue
|