|
@@ -1,7 +1,7 @@ |
|
|
<!-- |
|
|
<!-- |
|
|
* @Date: 2021-11-30 09:44:24 |
|
|
* @Date: 2021-11-30 09:44:24 |
|
|
* @LastEditors: JinxuChen |
|
|
* @LastEditors: JinxuChen |
|
|
* @LastEditTime: 2021-12-23 11:24:24 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2021-12-28 10:42:15 |
|
|
* @FilePath: \GpsCardAdmin\src\views\off-limits-manage\common-exception\index.vue |
|
|
* @FilePath: \GpsCardAdmin\src\views\off-limits-manage\common-exception\index.vue |
|
|
* @description: |
|
|
* @description: |
|
|
--> |
|
|
--> |
|
@@ -183,7 +183,8 @@ export default { |
|
|
{ required: true, message: "请选择类别", trigger: "change" } |
|
|
{ required: true, message: "请选择类别", trigger: "change" } |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
placeholder: '请输入内容' |
|
|
|
|
|
|
|
|
placeholder: '请输入内容', |
|
|
|
|
|
postCode: '000000', //默认参数,邮编,传给后台的默认参数 |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
watch: { |
|
|
watch: { |
|
@@ -227,7 +228,7 @@ export default { |
|
|
glat: 0, |
|
|
glat: 0, |
|
|
glng: 0, |
|
|
glng: 0, |
|
|
address: "", |
|
|
address: "", |
|
|
postCode: "" |
|
|
|
|
|
|
|
|
postCode: this.postCode |
|
|
}; |
|
|
}; |
|
|
this.$refs[formName].validate(valid => { |
|
|
this.$refs[formName].validate(valid => { |
|
|
if (valid) { |
|
|
if (valid) { |
|
@@ -278,7 +279,7 @@ export default { |
|
|
glat: 0, |
|
|
glat: 0, |
|
|
glng: 0, |
|
|
glng: 0, |
|
|
address: "", |
|
|
address: "", |
|
|
postCode: "" |
|
|
|
|
|
|
|
|
postCode: this.postCode, |
|
|
}; |
|
|
}; |
|
|
this.$refs[formName].validate(valid => { |
|
|
this.$refs[formName].validate(valid => { |
|
|
if (valid) { |
|
|
if (valid) { |
|
|