From ed9e558c0e04a8a6e5c1a2681c0286e09ab89a5f Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Tue, 28 Dec 2021 17:01:10 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E6=94=B9=20=E5=A2=9E=E5=8A=A0/?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=BE=8B=E5=A4=96=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= 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 | 11 ++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 293735f..bedc0ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -135,4 +135,5 @@ FIX ## v1.1.5F `2021年12月28日` FEA -- 修改 增加/修改通用例外接口 \ 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 f3d89b0..ef74694 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 @@ @@ -198,7 +198,8 @@ export default { } ] }, - placeholder: '请输入内容' + placeholder: '请输入内容', + postCode: '000000', //默认参数,邮编,传给后台的默认参数 }; }, watch: {}, @@ -231,7 +232,7 @@ export default { glng: 0, type: 'user', address: this.form.content, - postCode: "" + postCode: this.postCode }; this.$refs[formName].validate(valid => { if (valid) { @@ -278,7 +279,7 @@ export default { glng: 0, type: 'user', address: this.form.content, - postCode: "" + postCode: this.postCode }; this.$refs[formName].validate(valid => { if (valid) { @@ -347,7 +348,7 @@ export default { glat: 0, glng: 0, address: "", - postCode: "" + postCode: this.postCode }; if (this.model != "") { APIExceptionGen.changeRecognitionGen(reqBody).then(res => {