diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index 6909034a..0170b276 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -569,6 +569,7 @@ export default { // console.log('handlerMuscForm----000', this.$refs['baseForms' + item.row || item][0].handleForm()) arr.push([ ...this.$refs['baseForms' + item.row][0].handleForm() ]) }) + if (arr.length === 0) return arr let arr2 = arr.reduce(function (a, b) { return a.concat(b) }) let hash = {} let i = 0 diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 2a0bf6aa..f4c5b830 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -516,6 +516,7 @@ export default { margin-bottom: 20px; } .resi-search { + padding-right: 140px; .el-col { text-align: right; } diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 7793c065..55b0e6df 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -85,7 +85,7 @@