From fb26951d79cdb866b74a0529b1e188b1dddd013d Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Tue, 28 Dec 2021 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?FEA=20-=20=E4=BF=AE=E6=94=B9=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0/=E4=BF=AE=E6=94=B9=E9=80=9A=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E5=A4=96=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++-- src/utils/model.js | 4 ++-- src/views/off-limits-manage/common-exception/index.vue | 9 +++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ff88aa2..293735f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -129,4 +129,10 @@ IMPROVEMENT FEA - 增加 告警类别删除功能 FIX -- 修复 告警类别修改失败的问题 \ No newline at end of file +- 修复 告警类别修改失败的问题 + + +## v1.1.5F +`2021年12月28日` +FEA +- 修改 增加/修改通用例外接口 \ No newline at end of file diff --git a/src/utils/model.js b/src/utils/model.js index a9933e9..5d3dd0a 100644 --- a/src/utils/model.js +++ b/src/utils/model.js @@ -1,8 +1,8 @@ /* * @Date: 2021-11-30 15:09:25 * @LastEditors: JinxuChen - * @LastEditTime: 2021-12-24 17:43:48 + * @LastEditTime: 2021-12-28 10:38:46 * @FilePath: \GpsCardAdmin\src\utils\model.js * @description: 版本号 */ -export const VersionModel = '1.1.4'; \ No newline at end of file +export const VersionModel = '1.1.5'; \ No newline at end of file diff --git a/src/views/off-limits-manage/common-exception/index.vue b/src/views/off-limits-manage/common-exception/index.vue index 0af8a1a..ec84b1a 100644 --- a/src/views/off-limits-manage/common-exception/index.vue +++ b/src/views/off-limits-manage/common-exception/index.vue @@ -1,7 +1,7 @@ @@ -183,7 +183,8 @@ export default { { required: true, message: "请选择类别", trigger: "change" } ] }, - placeholder: '请输入内容' + placeholder: '请输入内容', + postCode: '000000', //默认参数,邮编,传给后台的默认参数 }; }, watch: { @@ -227,7 +228,7 @@ export default { glat: 0, glng: 0, address: "", - postCode: "" + postCode: this.postCode }; this.$refs[formName].validate(valid => { if (valid) { @@ -278,7 +279,7 @@ export default { glat: 0, glng: 0, address: "", - postCode: "" + postCode: this.postCode, }; this.$refs[formName].validate(valid => { if (valid) {