Browse Source

更新乐团修改时,乐队指导显示

王新雷 4 years ago
parent
commit
ab4d4eda28

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-8eb96436.ca4098ba.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.fcb5442f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5ef553fb.3b9debcf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8eb96436.b7e95672.js


+ 1 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -846,7 +846,7 @@ export default {
             this.topFrom.boss = res.data.musicGroup.teamTeacherId;
             this.topFrom.address = res.data.musicGroup.schoolId;
             this.topFrom.salary = res.data.musicGroup.settlementType;
-            this.topFrom.head = res.data.musicGroup.directorUserId;
+            this.topFrom.head = res.data.musicGroup.directorUserId ? res.data.musicGroup.directorUserId : null;
             this.topFrom.isClass = res.data.musicGroup.isClassroomLessons;
             this.topFrom.startTime = res.data.musicGroup.expectStartGroupDate;
             this.topFrom.ownershipType = res.data.musicGroup.ownershipType;

Some files were not shown because too many files changed in this diff