| 
					
				 | 
			
			
				@@ -445,6 +445,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       form: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         title: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         order: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tenantId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         coverImage: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         videoCoverImage: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         attribute1: null, // 时长 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -494,6 +495,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subjectIdList: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         status: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tenantId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         organIdList: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subType: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         actionTime: null 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -716,6 +718,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         type: query.type, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         status: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tenantId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         organIdList: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subType: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         actionTime: null 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -783,6 +786,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               linkUrl: result.linkUrl, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               type: result.type, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               status: result.status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              tenantId: result.tenantId.toString(), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               subjectIdList: subject.map(item => { return +item }), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               organIdList: organ.map(item => { return +item }), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               memo: result.memo, 
			 |