Browse Source

fix:由于后端接口调整导致的居民信息update保存脱敏后***的问题

V1.0
wxz 2 years ago
parent
commit
12b3b2bb5d
  1. 2
      src/views/modules/base/resi.vue

2
src/views/modules/base/resi.vue

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

Loading…
Cancel
Save