Parcourir la source

Merge branch '0601Action'

mo il y a 3 ans
Parent
commit
9169b09635

+ 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,