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 => {