Browse Source

服务指标提测

1
mo 3 years ago
parent
commit
85138bbe13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/teamBuild/components/teamBaseInfo.vue

+ 2 - 0
src/views/teamBuild/components/teamBaseInfo.vue

@@ -762,6 +762,7 @@ export default {
         // 如果是新建团
 
         let sotrage = JSON.parse(localStorage.getItem(`newTeambase`));
+        console.log(sotrage,this.topFrom)
         sotrage ? (this.topFrom = sotrage) : this.topFrom;
         if (this.topFrom?.section) {
           // 获取员工
@@ -1111,6 +1112,7 @@ export default {
         homeworkPushFlag: 1,
         isGiveAccessories: 0,
         memberCourseShowFlag: 0,
+        extracurricularTeacher:'NORMAL'
       };
       this.$refs["topinfo"].resetFields();
     },