diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 615d860c1..1f138a545 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -205,14 +205,18 @@ @@ -487,6 +491,9 @@ export default { // } }) }, + hanldeChangeRadio(n) { + this.$emit('changeradio', n) + }, handleValidBlur(n) { console.log('n---', n) if (n.columnName !== 'ID_CARD') return diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index a76cfa99d..f1f84829a 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -197,7 +197,7 @@ { + let list = [...this.tabsList] + list.forEach((item, index) => { if (item.tableName === childGroup.tableName) { hasT = true i = index @@ -853,12 +854,13 @@ export default { // console.log('') } }) - this.tabsList.push(childGroup) + list.push(childGroup) } } else { // console.log('changegroup----000', value) - if (hasT) this.tabsList.splice(i, 1) + if (hasT) list.splice(i, 1) } + this.tabsList = [...list] }, formetForm () { const _baseForm = this.$refs.baseForm.handleForm() diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 73af5c970..3194f8ee1 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -1255,7 +1255,7 @@ export default { } } .table-h { - height: 360px; + height: 320px; } .calc-h { height: calc(100vh - 240px); diff --git a/src/views/modules/visual/communityParty/memberInfo.vue b/src/views/modules/visual/communityParty/memberInfo.vue index 55041b781..ed06439a8 100644 --- a/src/views/modules/visual/communityParty/memberInfo.vue +++ b/src/views/modules/visual/communityParty/memberInfo.vue @@ -228,6 +228,7 @@ export default { overflow: auto; .left-item { padding: 10px 0; + border-right: 1px dashed #1257c9; cursor: pointer; .item-title { font-size: 16px; diff --git a/src/views/modules/visual/communityParty/unitInfo.vue b/src/views/modules/visual/communityParty/unitInfo.vue index 75ff68ca8..8ee4c9ea3 100644 --- a/src/views/modules/visual/communityParty/unitInfo.vue +++ b/src/views/modules/visual/communityParty/unitInfo.vue @@ -234,6 +234,7 @@ export default { overflow: auto; .left-item { padding: 10px 0; + border-bottom: 1px dashed #1257c9; cursor: pointer; .item-title { font-size: 16px;