From e6947ca7690ef5fe955312bcd7529bda7dbdc622 Mon Sep 17 00:00:00 2001
From: lichao <326994889@qq.com>
Date: Thu, 21 Nov 2024 14:17:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/communityParty/communityNews/add.vue | 7 ++++---
src/views/modules/communityParty/communityNews/index.vue | 5 +----
src/views/modules/communityParty/employmentService/add.vue | 7 ++++---
.../modules/communityParty/employmentService/index.vue | 5 +----
.../modules/communityParty/noticeAnnouncement/add.vue | 7 ++++---
.../modules/communityParty/noticeAnnouncement/index.vue | 5 +----
.../communityParty/policeCivilianInteraction/add.vue | 7 ++++---
.../communityParty/policeCivilianInteraction/index.vue | 5 +----
.../modules/communityParty/threeAffairsDisclosure/add.vue | 7 ++++---
.../communityParty/threeAffairsDisclosure/index.vue | 7 +------
10 files changed, 25 insertions(+), 37 deletions(-)
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 ? '否' : '是' }}
-
-
- {{ scope.row.top === 0 ? '否' : '是' }}
-
+
diff --git a/src/views/modules/communityParty/employmentService/add.vue b/src/views/modules/communityParty/employmentService/add.vue
index f671b35a4..fea160b95 100644
--- a/src/views/modules/communityParty/employmentService/add.vue
+++ b/src/views/modules/communityParty/employmentService/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: "employmentService",//标签id
diff --git a/src/views/modules/communityParty/employmentService/index.vue b/src/views/modules/communityParty/employmentService/index.vue
index dd55a8cd8..c13db59ab 100644
--- a/src/views/modules/communityParty/employmentService/index.vue
+++ b/src/views/modules/communityParty/employmentService/index.vue
@@ -74,10 +74,7 @@
{{ scope.row.top === 0 ? '否' : '是' }}
-
-
- {{ scope.row.top === 0 ? '否' : '是' }}
-
+
diff --git a/src/views/modules/communityParty/noticeAnnouncement/add.vue b/src/views/modules/communityParty/noticeAnnouncement/add.vue
index 58f39495b..4b012ae99 100644
--- a/src/views/modules/communityParty/noticeAnnouncement/add.vue
+++ b/src/views/modules/communityParty/noticeAnnouncement/add.vue
@@ -41,8 +41,8 @@
-
-
+
+
@@ -103,7 +103,7 @@ export default {
searchOptions: [],
searchValue: '',
resultList: [],
- num: 0,
+ sort: 1,
loading: false,
timeRange: [],
online: false,
@@ -119,6 +119,7 @@ export default {
coverPic: "",//封面图
releaseTime: "",//发布时间
sendMsg: false,//是否推送
+ sort: 1,
top: 1,//是否置顶
status: 0 //状态
},
diff --git a/src/views/modules/communityParty/noticeAnnouncement/index.vue b/src/views/modules/communityParty/noticeAnnouncement/index.vue
index 53ec31ed4..1dbe900e4 100644
--- a/src/views/modules/communityParty/noticeAnnouncement/index.vue
+++ b/src/views/modules/communityParty/noticeAnnouncement/index.vue
@@ -74,10 +74,7 @@
{{ scope.row.top === 0 ? '否' : '是' }}
-
-
- {{ scope.row.top === 0 ? '否' : '是' }}
-
+
diff --git a/src/views/modules/communityParty/policeCivilianInteraction/add.vue b/src/views/modules/communityParty/policeCivilianInteraction/add.vue
index 43de5596c..35fb599fe 100644
--- a/src/views/modules/communityParty/policeCivilianInteraction/add.vue
+++ b/src/views/modules/communityParty/policeCivilianInteraction/add.vue
@@ -41,8 +41,8 @@
-
-
+
+
@@ -103,7 +103,7 @@ export default {
searchOptions: [],
searchValue: '',
resultList: [],
- num: 0,
+ sort: 1,
loading: false,
timeRange: [],
online: false,
@@ -120,6 +120,7 @@ export default {
releaseTime: "",//发布时间
sendMsg: false,//是否推送
top: 1,//是否置顶
+ sort: 1,
status: 0 //状态
},
serviceList: [],
diff --git a/src/views/modules/communityParty/policeCivilianInteraction/index.vue b/src/views/modules/communityParty/policeCivilianInteraction/index.vue
index 7bc82b9d0..ab6fa0796 100644
--- a/src/views/modules/communityParty/policeCivilianInteraction/index.vue
+++ b/src/views/modules/communityParty/policeCivilianInteraction/index.vue
@@ -74,10 +74,7 @@
{{ scope.row.top === 0 ? '否' : '是' }}
-
-
- {{ scope.row.top === 0 ? '否' : '是' }}
-
+
diff --git a/src/views/modules/communityParty/threeAffairsDisclosure/add.vue b/src/views/modules/communityParty/threeAffairsDisclosure/add.vue
index 00cfc3114..64d10e2fc 100644
--- a/src/views/modules/communityParty/threeAffairsDisclosure/add.vue
+++ b/src/views/modules/communityParty/threeAffairsDisclosure/add.vue
@@ -41,8 +41,8 @@
-
-
+
+
@@ -103,7 +103,7 @@ export default {
searchOptions: [],
searchValue: '',
resultList: [],
- num: 0,
+ sort: 1,
loading: false,
timeRange: [],
online: false,
@@ -120,6 +120,7 @@ export default {
releaseTime: "",//发布时间
sendMsg: false,//是否推送
top: 1,//是否置顶
+ sort: 1,
status: 0 //状态
},
serviceList: [],
diff --git a/src/views/modules/communityParty/threeAffairsDisclosure/index.vue b/src/views/modules/communityParty/threeAffairsDisclosure/index.vue
index 8993b6490..09c169ee1 100644
--- a/src/views/modules/communityParty/threeAffairsDisclosure/index.vue
+++ b/src/views/modules/communityParty/threeAffairsDisclosure/index.vue
@@ -74,10 +74,7 @@
{{ scope.row.top === 0 ? '否' : '是' }}
-
-
- {{ scope.row.top === 0 ? '否' : '是' }}
-
+
@@ -147,8 +144,6 @@
unitList:[],
loading: false,
total: 0,
- pageSize: 10,
- pageNo: 0,
tableLoading: false,
typeName:'',