Browse Source

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

mo 2 năm trước cách đây
mục cha
commit
fe6f90dec0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }
       });
       // 获取乐团合作单位(学校)