Browse Source

修改欠费二维码

lex-xin 4 năm trước cách đây
mục cha
commit
ae42e36288
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/arrearage-students/modals/list.vue

+ 1 - 1
src/views/arrearage-students/modals/list.vue

@@ -146,7 +146,7 @@ export default {
     },
     openCode(row) {
       this.codeStatus = true
-      this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.id + '&id=' + this.musicGroupId
+      this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.musicGroupPaymentCalenderId + '&id=' + this.musicGroupId
     },
     async removeUser() {
       try {