|
@@ -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-21 11:51:10 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2021-12-21 15:57:01 |
|
|
* @FilePath: \GpsCardAdmin\src\views\off-limits-manage\user-exception\index.vue |
|
|
* @FilePath: \GpsCardAdmin\src\views\off-limits-manage\user-exception\index.vue |
|
|
* @description: |
|
|
* @description: |
|
|
--> |
|
|
--> |
|
@@ -229,7 +229,8 @@ export default { |
|
|
status: this.form.status, |
|
|
status: this.form.status, |
|
|
glat: 0, |
|
|
glat: 0, |
|
|
glng: 0, |
|
|
glng: 0, |
|
|
address: "", |
|
|
|
|
|
|
|
|
type: 'user', |
|
|
|
|
|
address: this.form.content, |
|
|
postCode: "" |
|
|
postCode: "" |
|
|
}; |
|
|
}; |
|
|
this.$refs[formName].validate(valid => { |
|
|
this.$refs[formName].validate(valid => { |
|
@@ -275,7 +276,8 @@ export default { |
|
|
status: this.form.status, |
|
|
status: this.form.status, |
|
|
glat: 0, |
|
|
glat: 0, |
|
|
glng: 0, |
|
|
glng: 0, |
|
|
address: "", |
|
|
|
|
|
|
|
|
type: 'user', |
|
|
|
|
|
address: this.form.content, |
|
|
postCode: "" |
|
|
postCode: "" |
|
|
}; |
|
|
}; |
|
|
this.$refs[formName].validate(valid => { |
|
|
this.$refs[formName].validate(valid => { |
|
|