shish %!s(int64=2) %!d(string=hai) anos
pai
achega
7687e3fda7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      ghsApp/src/admin/billing/affirm.vue

+ 3 - 1
ghsApp/src/admin/billing/affirm.vue

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