mo 2 năm trước cách đây
mục cha
commit
0e90527b3d
1 tập tin đã thay đổi với 6 bổ sung5 xóa
  1. 6 5
      src/views/teamDetail/teamDetailedList.vue

+ 6 - 5
src/views/teamDetail/teamDetailedList.vue

@@ -116,11 +116,11 @@ export default {
       this.team_status = this.$route.query.team_status;
       this.teamid = this.$route.query.id;
       if (this.teamid) {
-        getTeamList({ musicGroupId: this.teamid }).then(res=>{
-          if(res.code == 200){
-            this.hasVerifyMusicalList = res?.data?.rows[0]?.hasVerifyMusicalList
-          }
-        })
+        // getTeamList({ musicGroupId: this.teamid }).then(res=>{
+        //   if(res.code == 200){
+        //     this.hasVerifyMusicalList = res?.data?.rows[0]?.hasVerifyMusicalList
+        //   }
+        // })
         getTeamDetailList({ musicGroupId: this.teamid }).then((res) => {
           if (res.code == 200) {
             this.tableList = res.data ? res.data : [];
@@ -133,6 +133,7 @@ export default {
         await getTeamBaseInfo({ musicGroupId: this.teamid }).then((res) => {
           if (res.code == 200) {
             this.musicalInstrumentsProvideStatus = res.data?.musicGroup?.musicalInstrumentsProvideStatus
+            this.hasVerifyMusicalList = res.data?.musicGroup?.hasVerifyMusicalList
           }
         });
     },