|
|
@ -866,7 +866,7 @@ export default { |
|
|
|
// 获取详情 |
|
|
|
residentBaseInfo() { |
|
|
|
this.$http |
|
|
|
.post(`/actual/base/residentBaseInfo/detail/${this.editUserId}`) |
|
|
|
.post(`/actual/base/residentBaseInfo/detail/clear/${this.editUserId}`) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg); |
|
|
|