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