Bladeren bron

Merge branch '0601Action'

mo 3 jaren geleden
bovenliggende
commit
cba6913828
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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,