|
@@ -6,7 +6,7 @@
|
|
|
<ion-back-button default-href="#" text="" @click="$router.back()"></ion-back-button>
|
|
<ion-back-button default-href="#" text="" @click="$router.back()"></ion-back-button>
|
|
|
</ion-buttons>
|
|
</ion-buttons>
|
|
|
<ion-title>{{ batchInfo.name }}</ion-title>
|
|
<ion-title>{{ batchInfo.name }}</ion-title>
|
|
|
- <ion-buttons slot="end" @click="$router.push('/productSearch?batchId=' + batchId)">
|
|
|
|
|
|
|
+ <ion-buttons slot="end" @click="$router.push({ name: 'productSearch', query: { batchId } })">
|
|
|
<img class="search" src="../assets/search.png" alt="" />
|
|
<img class="search" src="../assets/search.png" alt="" />
|
|
|
</ion-buttons>
|
|
</ion-buttons>
|
|
|
</ion-toolbar>
|
|
</ion-toolbar>
|