From edd07ae7e6761bececc69f6ee00e2c55e732ecd3 Mon Sep 17 00:00:00 2001
From: weikai <123456>
Date: Thu, 24 Sep 2020 16:11:19 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20group?=
=?UTF-8?q?=20=E6=A8=A1=E5=9D=97=20=E3=80=91-=E3=80=90grid=E6=8D=A2dept?=
=?UTF-8?q?=E3=80=91=E9=AD=8F=E5=87=AF=202020-09-24?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/group/gridpartymembergroup.vue | 14 +++++++-------
src/views/modules/group/group.vue | 6 +++---
src/views/modules/group/leaderboard.vue | 12 ++++++------
src/views/modules/group/topic-list.vue | 14 +++++++-------
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/views/modules/group/gridpartymembergroup.vue b/src/views/modules/group/gridpartymembergroup.vue
index 678f2f6..1bb4879 100644
--- a/src/views/modules/group/gridpartymembergroup.vue
+++ b/src/views/modules/group/gridpartymembergroup.vue
@@ -3,7 +3,7 @@
-
+
{{ $t('query') }}
@@ -15,7 +15,7 @@
-
+
生成党员群
@@ -52,8 +52,8 @@ export default {
streetId: '',
community: '',
communityId: '',
- grid: '',
- gridId: ''
+ dept: '',
+ deptId: ''
}
}
},
@@ -66,8 +66,8 @@ export default {
streetId: row.streetId,
community: row.community,
communityId: row.communityId,
- grid: row.grid,
- gridId: row.gridId
+ dept: row.dept,
+ deptId: row.deptId
}]
this.$http['post']('/group/epdc-app/group/createPartys', postForm).then(({ data: res }) => {
if (res.code !== 0) {
@@ -84,7 +84,7 @@ export default {
},
btKeyUpGrid (e) {
e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
- this.dataForm.grid = e.target.value
+ this.dataForm.dept = e.target.value
},
createPartys () {
var postForm = this.dataList
diff --git a/src/views/modules/group/group.vue b/src/views/modules/group/group.vue
index 1192b8f..06147f1 100644
--- a/src/views/modules/group/group.vue
+++ b/src/views/modules/group/group.vue
@@ -153,7 +153,7 @@ export default {
id: '',
streetId: '',
communityId: '',
- gridId: '',
+ deptId: '',
state: '0'
},
postForm: {
@@ -202,7 +202,7 @@ export default {
if (val.length === 0) {
this.dataForm.streetId = ''
this.dataForm.communityId = ''
- this.dataForm.gridId = ''
+ this.dataForm.deptId = ''
}
if (val.length === 1) {
this.dataForm.streetId = this.ids[0]
@@ -214,7 +214,7 @@ export default {
if (val.length === 3) {
this.dataForm.streetId = this.ids[0]
this.dataForm.communityId = this.ids[1]
- this.dataForm.gridId = this.ids[2]
+ this.dataForm.deptId = this.ids[2]
}
}
},
diff --git a/src/views/modules/group/leaderboard.vue b/src/views/modules/group/leaderboard.vue
index 23787d3..37093a2 100644
--- a/src/views/modules/group/leaderboard.vue
+++ b/src/views/modules/group/leaderboard.vue
@@ -17,7 +17,7 @@
-
-
{})
},
btKeyUpKeyWord(e){
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
+ e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
this.dataForm.keyword= e.target.value
}
}