From 79f73030642648ec94c9552326325ea52671985c Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Tue, 21 Dec 2021 16:07:55 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8D=20=E6=96=B0=E5=A2=9E/?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=BE=8B=E5=A4=96=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- src/views/off-limits-manage/user-exception/index.vue | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61fe2d8..e7da36a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -104,4 +104,5 @@ FEATURE IMPROVEMENT - 优化 首页样式 - 统一 输入框长度 -- 统一 状态判断 \ No newline at end of file +- 统一 状态判断 +- 修复 新增/修改用户例外报错的问题 \ No newline at end of file diff --git a/src/views/off-limits-manage/user-exception/index.vue b/src/views/off-limits-manage/user-exception/index.vue index c5cb711..59b5c95 100644 --- a/src/views/off-limits-manage/user-exception/index.vue +++ b/src/views/off-limits-manage/user-exception/index.vue @@ -1,7 +1,7 @@ @@ -229,7 +229,8 @@ export default { status: this.form.status, glat: 0, glng: 0, - address: "", + type: 'user', + address: this.form.content, postCode: "" }; this.$refs[formName].validate(valid => { @@ -275,7 +276,8 @@ export default { status: this.form.status, glat: 0, glng: 0, - address: "", + type: 'user', + address: this.form.content, postCode: "" }; this.$refs[formName].validate(valid => {