소스 검색

Merge branch '0601Action'

mo 3 년 전
부모
커밋
cba6913828
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/teamBuild/forecastName.vue
  2. 1 1
      src/views/teamBuild/initiationList.vue

+ 1 - 1
src/views/teamBuild/forecastName.vue

@@ -487,7 +487,7 @@ export default {
     const rus = await getSysMessageConfig({
       type: "STUDENT_SMS_IM_MUSIC_GROUP_PARENT_MEETING_NOTICE",
     });
-    this.sysMsg = rus.data?.content;
+    this.sysMsg = rus.data?.content||'';
     this.getList();
   },
   methods: {

+ 1 - 1
src/views/teamBuild/initiationList.vue

@@ -380,7 +380,7 @@ this.subjectList.push({id:-1,name:'无'})
       const rus = await getSysMessageConfig({
         type: "STUDENT_SMS_IM_MUSIC_GROUP_PARENT_MEETING_NOTICE",
       });
-      this.sysMsg = rus.data?.content;
+     this.sysMsg = rus.data?.content||'';
       this.getList();
     },
     permission,