From 12b3b2bb5df62bc077ec32965471ea6640e0dea1 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 23 Oct 2023 10:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=94=B1=E4=BA=8E=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AFupdate=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E8=84=B1=E6=95=8F=E5=90=8E***=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index c776c8c2e..e8102ed84 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -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);