Sfoglia il codice sorgente

修改欠费二维码

lex-xin 4 anni fa
parent
commit
ae42e36288
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {