|
|
@@ -601,7 +601,9 @@ export default {
|
|
|
},
|
|
|
gobackEvent () {
|
|
|
let book = this.option.book ? this.option.book : 0
|
|
|
- this.$util.pageTo({url: '/admin/billing/index?customId='+this.option+'&book='+book.customId,type:2})
|
|
|
+ let customId = this.option.customId ? this.option.customId : 0
|
|
|
+ let customName = this.option.customName ? this.option.customName : ''
|
|
|
+ this.$util.pageTo({url: '/admin/billing/index?customId='+customId+'&customName='+customName+'&book='+book,type:2})
|
|
|
},
|
|
|
pageToItemList() {
|
|
|
this.$util.pageTo({url: '/admin/billing/index?customId='+this.option.customId,type:2})
|