diff --git a/src/views/configManage/memberRetailRegion/index.vue b/src/views/configManage/memberRetailRegion/index.vue
index 825fdbe..d51c404 100644
--- a/src/views/configManage/memberRetailRegion/index.vue
+++ b/src/views/configManage/memberRetailRegion/index.vue
@@ -53,7 +53,13 @@
/>
-
+
+
+
+
+
+
+
+
@@ -298,6 +314,7 @@ import { Message } from 'element-ui'
import { deleteAgreement } from '@/api/configManage'
import ImageUpload from '@/components/ImageUpload'
import { areaList } from '@/api/site'
+import { getGroupConfigurationList } from '@/api/systemconfiguration'
export default {
name: 'Qxpz',
components: {
@@ -359,7 +376,8 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 50,
- effective: '0'
+ effective: '0',
+ regionVertexPkId: ''
},
gradeRangList: [],
awardsList: [],
@@ -380,15 +398,26 @@ export default {
getPostionList: [],
address: '',
areaData: [],
- pkIds: ''
+ pkIds: '',
+ groupList: []
}
},
created() {
this.research()
this.getsignSource()
this.getAllArea()
+ this.getGroupList()
},
methods: {
+ getGroupList() {
+ getGroupConfigurationList({
+ pageNum: 1,
+ pageSize: 999
+ }).then((res) => {
+ this.groupList = res.rows
+ console.log(this.vertexList, 'vertexList')
+ })
+ },
handleExport() {
this.$confirm('是否确认导出所有数据项?', '警告', {
confirmButtonText: '确定',
diff --git a/src/views/configManage/systemconfiguration/index.vue b/src/views/configManage/systemconfiguration/index.vue
index 2ea3bcd..aaf68f8 100644
--- a/src/views/configManage/systemconfiguration/index.vue
+++ b/src/views/configManage/systemconfiguration/index.vue
@@ -13,6 +13,13 @@
+
+
+
+
+
+
+