|
|
@ -372,7 +372,6 @@ |
|
|
ref="resiInfo" |
|
|
ref="resiInfo" |
|
|
:fixed="true" |
|
|
:fixed="true" |
|
|
:resi-id="lookResiId" |
|
|
:resi-id="lookResiId" |
|
|
:resiDetailList='resiDetailList' |
|
|
|
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
@ -848,14 +847,7 @@ export default { |
|
|
this.selAllFlag = false; |
|
|
this.selAllFlag = false; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
getResiDetail(id){ |
|
|
|
|
|
this.$http.post(`/actual/base/residentBaseInfo/detail/${id}`).then(res=>{ |
|
|
|
|
|
this.resiDetailList = res.data.data |
|
|
|
|
|
}).catch(err =>{ |
|
|
|
|
|
console.log(err); |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
deleteBatch() { |
|
|
deleteBatch() { |
|
|
if (this.selection.length > 0) { |
|
|
if (this.selection.length > 0) { |
|
|
this.$confirm("删除之后无法恢复,确认删除?", "提示", { |
|
|
this.$confirm("删除之后无法恢复,确认删除?", "提示", { |
|
|
@ -901,7 +893,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
resetSearchForm(formName) { |
|
|
resetSearchForm(formName) { |
|
|
for(const n in this.form) { |
|
|
for(const n in this.$refs.myResiSearch.form) { |
|
|
this.$refs.myResiSearch.form[n] = '' |
|
|
this.$refs.myResiSearch.form[n] = '' |
|
|
} |
|
|
} |
|
|
this.getTableData(); |
|
|
this.getTableData(); |
|
|
@ -1104,7 +1096,6 @@ export default { |
|
|
async handleLook(row) { |
|
|
async handleLook(row) { |
|
|
this.lookResiId = row.resiId; |
|
|
this.lookResiId = row.resiId; |
|
|
this.dialogVisible2 = true; |
|
|
this.dialogVisible2 = true; |
|
|
this.getResiDetail(row.resiId) |
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 编辑 |
|
|
// 编辑 |
|
|
@ -1382,8 +1373,6 @@ export default { |
|
|
pageSize: this.pageSize, |
|
|
pageSize: this.pageSize, |
|
|
...obj |
|
|
...obj |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
console.log('1369->>>>>>>>>>>>',params); |
|
|
|
|
|
this.tableLoading = true; |
|
|
this.tableLoading = true; |
|
|
const { data, code, msg } = await requestPost( |
|
|
const { data, code, msg } = await requestPost( |
|
|
"/actual/base/residentBaseInfo/page", |
|
|
"/actual/base/residentBaseInfo/page", |
|
|
|