Andy 3 years ago
parent
commit
e966f1e56b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/ChipPrintScreen/ChipPrintScreen.vue

+ 2 - 2
src/views/ChipPrintScreen/ChipPrintScreen.vue

@@ -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