Browse Source

Merge branch '09/26smallFuction' into 11/24SAAS

mo 2 years ago
parent
commit
fe6f90dec0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamDetail/teamList.vue

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -576,7 +576,7 @@ export default {
       // 获取乐团收费类型
       getPayType().then((res) => {
         if (res.code == 200) {
-          this.typeList = res.data.rows;
+          this.typeList = res.data;
         }
       });
       // 获取乐团合作单位(学校)