|
|
@@ -256,11 +256,11 @@ export default {
|
|
|
this.pageCommodity(this.pageParams, this.ids, this.searchCode)
|
|
|
},
|
|
|
goBatchDetail (storeId, batchCode) {
|
|
|
- this.$router.push('/store/' + storeId + '/' + batchCode)
|
|
|
+ window.open('/store/' + storeId + '/' + batchCode)
|
|
|
},
|
|
|
goBrandDetail (url, event) {
|
|
|
event.stopPropagation()
|
|
|
- this.$router.push(url)
|
|
|
+ window.open(url)
|
|
|
}
|
|
|
// goBack () {
|
|
|
// this.$router.back(-1)
|