-              
-              
-              
-              
-              
+          
+            
+              {{ row.status == 0 ? '发布' : '取消发布' }}
+              添加
+              详情
+              编辑
+              删除
             
           
         
       
     
-    
+    
   
 
 
@@ -53,7 +54,7 @@
 
   export default {
     name: "AppPartyHistoryClass",
-    label: "党史课堂",
+    label: "党员学习",
     components: {partyClassAdd, seriesManage},
     props: {
       instance: Function,
@@ -162,6 +163,8 @@
           this.comp = "";
           this.showList = true;
           this.isEdit = false;
+
+          this.getList()
         },
         handleAdd() {
           this.comp = "partyClassAdd";
diff --git a/packages/3.0.0/AppPartyHistoryClass/components/seriesAdd.vue b/packages/3.0.0/AppPartyHistoryClass/components/seriesAdd.vue
index cde95f0c..53673b5c 100644
--- a/packages/3.0.0/AppPartyHistoryClass/components/seriesAdd.vue
+++ b/packages/3.0.0/AppPartyHistoryClass/components/seriesAdd.vue
@@ -4,44 +4,48 @@
       
       
       
-        
-          
-            
-              
-            
-            
-              
-                
-                  
-                
-                已更新至{{episodeNum}}集
-              
-            
-            
-              
-            
-          
-        
+                    
+                  
+                  已更新至{{episodeNum}}集
+                
+              
+              
+                
+              
+            
+          
+        
         
-        
-          
-            
{{ form.title }}
-            
{{ form.createDate|timeVal }} {{ form.organizationName }}
-          
-          
-            
附件
-            
-              
-                {{ item.fileName }}{{ item.postfix }}
-              
+        
+          
+            
+              
{{ form.title }}
+              
{{ form.createDate|timeVal }} {{ form.organizationName }}
             
-          
![]()
-          
-        
+            
+              
附件
+              
+                
+                  {{ item.fileName }}{{ item.postfix }}
+                
+              
+            
+            
![]()
+            
+          
+        
       
       
         
@@ -57,7 +61,9 @@