Przeglądaj źródła

修改欠费二维码

lex-xin 4 lat temu
rodzic
commit
ae42e36288
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {