|  | @@ -313,7 +313,7 @@
 | 
	
		
			
				|  |  |      <!-- 预报名链接 -->
 | 
	
		
			
				|  |  |      <qr-code
 | 
	
		
			
				|  |  |        v-model="codeStatus"
 | 
	
		
			
				|  |  | -      title="预报名链接"
 | 
	
		
			
				|  |  | +      title="预报名问卷"
 | 
	
		
			
				|  |  |        :codeUrl="codeUrl"
 | 
	
		
			
				|  |  |        @preLook="preLook"
 | 
	
		
			
				|  |  |        :ispreLook="true"
 | 
	
	
		
			
				|  | @@ -321,12 +321,12 @@
 | 
	
		
			
				|  |  |      <!-- 预报名详情 -->
 | 
	
		
			
				|  |  |      <qr-code
 | 
	
		
			
				|  |  |        v-model="codedetailStatus"
 | 
	
		
			
				|  |  | -      title="预报名详情"
 | 
	
		
			
				|  |  | +      title="预报名H5统计"
 | 
	
		
			
				|  |  |        :codeUrl="detailUrl"
 | 
	
		
			
				|  |  |      />
 | 
	
		
			
				|  |  |      <!-- 发送家长会通知 -->
 | 
	
		
			
				|  |  |      <el-dialog
 | 
	
		
			
				|  |  | -      title="发送家长会通知"
 | 
	
		
			
				|  |  | +      title="预报名家长会通知"
 | 
	
		
			
				|  |  |        :visible.sync="extendPaymentStatus"
 | 
	
		
			
				|  |  |        @close="onClose('extendForm')"
 | 
	
		
			
				|  |  |        width="400px"
 | 
	
	
		
			
				|  | @@ -384,7 +384,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 回访记录 -->
 | 
	
		
			
				|  |  |      <el-dialog
 | 
	
		
			
				|  |  | -      title="意向列表"
 | 
	
		
			
				|  |  | +      title="意向统计"
 | 
	
		
			
				|  |  |        width="600px"
 | 
	
		
			
				|  |  |        destroy-on-close
 | 
	
		
			
				|  |  |        :close-on-click-modal="false"
 | 
	
	
		
			
				|  | @@ -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: {
 |