mo 2 lat temu
rodzic
commit
bf75216830
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      src/views/teamBuild/components/teamBaseInfo.vue

+ 4 - 3
src/views/teamBuild/components/teamBaseInfo.vue

@@ -820,7 +820,8 @@ export default {
       if (this.teamid) {
         let loadash = this.$helpers.lodash;
         let sotrage = JSON.parse(localStorage.getItem(`${this.teamid}base`));
-        // console.log(sotrage,this.topFrom)
+
+        console.log(sotrage, this.topFrom);
         if (!loadash.isEqual(this.topFrom, sotrage) && sotrage) {
           // 提示保存
           return await this.$confirm("已修改当前页面数据是否保存", "提示", {
@@ -1541,13 +1542,13 @@ export default {
       this.topFrom.courseViewType = res.data.musicGroup.courseViewType;
       this.topFrom.school = res.data.musicGroup.cooperationOrganId;
       this.topFrom.teacher = res.data.musicGroup.educationalTeacherId;
-      this.topFrom.boss = res.data.musicGroup.teamTeacherId;
+      // 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
         ? res.data.musicGroup.directorUserId
         : null;
-      this.topFrom.isClass = res.data.musicGroup.isClassroomLessons;
+      // this.topFrom.isClass = res.data.musicGroup.isClassroomLessons;
       this.topFrom.startTime = res.data.musicGroup.expectStartGroupDate;
       this.topFrom.ownershipType = res.data.musicGroup.ownershipType;
       this.topFrom.repairUserId = res.data.musicGroup.repairUserId