diff --git a/src/views/modules/communityParty/communityNews/add.vue b/src/views/modules/communityParty/communityNews/add.vue index 4907f7023..9be905b36 100644 --- a/src/views/modules/communityParty/communityNews/add.vue +++ b/src/views/modules/communityParty/communityNews/add.vue @@ -41,8 +41,8 @@ - - + + @@ -103,7 +103,7 @@ export default { searchOptions: [], searchValue: '', resultList: [], - num: 0, + sort: 1, loading: false, timeRange: [], online: false, @@ -113,6 +113,7 @@ export default { keyWords: '', activityId: '', formData: { + sort: 1, title: "",//标题 content: "",//内容 tagId: "communityNews",//标签id diff --git a/src/views/modules/communityParty/communityNews/index.vue b/src/views/modules/communityParty/communityNews/index.vue index 15436d08e..25ed48e42 100644 --- a/src/views/modules/communityParty/communityNews/index.vue +++ b/src/views/modules/communityParty/communityNews/index.vue @@ -74,10 +74,7 @@ {{ scope.row.top === 0 ? '否' : '是' }} - - + - - + - - + - - + - - +