diff --git a/src/views/main-sidebar-sub-menu.vue b/src/views/main-sidebar-sub-menu.vue index fe8298671..a4e93cd29 100644 --- a/src/views/main-sidebar-sub-menu.vue +++ b/src/views/main-sidebar-sub-menu.vue @@ -12,40 +12,49 @@ {{ menu.name }} - + - - - {{ menu.name }} + + + {{ menu.name }} diff --git a/src/views/modules/shequ/cpts/people-more.vue b/src/views/modules/shequ/cpts/people-more.vue index e227e9a80..fc85b2c0d 100644 --- a/src/views/modules/shequ/cpts/people-more.vue +++ b/src/views/modules/shequ/cpts/people-more.vue @@ -634,8 +634,10 @@ export default { tableName: "ic_ym", }, ]; + this.groupList = [...this.groupList, ...arr]; + } else { + this.groupList = [...arr, ...this.groupList]; } - this.groupList = [...this.groupList, ...arr]; } else { this.$message.error(msg); } diff --git a/src/views/modules/visual/basicinfo/cpts/people-more.vue b/src/views/modules/visual/basicinfo/cpts/people-more.vue index 55a420a7f..d6d14581a 100644 --- a/src/views/modules/visual/basicinfo/cpts/people-more.vue +++ b/src/views/modules/visual/basicinfo/cpts/people-more.vue @@ -16,8 +16,7 @@ v-for="(fieldSubList, index) in fieldList" >
-
+
所属网格: {{ gridName }}
@@ -352,7 +351,7 @@ export default { isShundeju() { return this.$store.state.user.customerId == "1550309684576591874"; }, - + xiaoquName() { const { xiaoquList, @@ -569,7 +568,7 @@ export default { } }); }); - + let arr = [ { groupId: "hs123", @@ -600,8 +599,10 @@ export default { tableName: "ic_ym", }, ]; + this.groupList = [...this.groupList, ...arr]; + } else { + this.groupList = [...arr, ...this.groupList]; } - this.groupList = [...this.groupList, ...arr]; } else { this.$message.error(msg); }