diff --git a/src/views/PartyshistoryRecoder/line.vue b/src/views/PartyshistoryRecoder/line.vue
index 0b4b93c..aec3326 100644
--- a/src/views/PartyshistoryRecoder/line.vue
+++ b/src/views/PartyshistoryRecoder/line.vue
@@ -19,7 +19,7 @@
项目
-
@@ -126,7 +126,7 @@ export default {
}
},
{
- prop: "name",
+ prop: "content",
label: "简介",
minWidth: 220,
align: "left",
@@ -191,6 +191,12 @@ export default {
this.total = res.total;
this.list = res.data;
},
+ changeActivity(e){
+ if(e){
+ this.select.activity_list_id = e
+ this.load()
+ }
+ },
deleteitem(row) {
destroy({
id: row.id,
diff --git a/src/views/PartyshistoryRecoder/pointer.vue b/src/views/PartyshistoryRecoder/pointer.vue
index aaaba47..ea9e73b 100644
--- a/src/views/PartyshistoryRecoder/pointer.vue
+++ b/src/views/PartyshistoryRecoder/pointer.vue
@@ -19,11 +19,10 @@
项目
-
+
-