Selaa lähdekoodia

Merge branch '0601Action'

mo 3 vuotta sitten
vanhempi
commit
9169b09635

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

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

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

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