add
This commit is contained in:
@@ -236,9 +236,9 @@ export default {
|
||||
if (!this.form.groupId) {
|
||||
return this.$u.toast('请选择事件类型')
|
||||
}
|
||||
// if (!this.form.address) {
|
||||
// return this.$u.toast('请选择发生地点')
|
||||
// }
|
||||
if (!this.form.address) {
|
||||
return this.$u.toast('请选择发生地点')
|
||||
}
|
||||
if (!this.form.girdName) {
|
||||
return this.$u.toast('请选择上报网格')
|
||||
}
|
||||
@@ -254,8 +254,6 @@ export default {
|
||||
this.$http
|
||||
.post(`/app/appclapeventinfo/addOrUpdate?`, {
|
||||
...this.form,
|
||||
lat: '120',
|
||||
lng: '80',
|
||||
files: this.form.files,
|
||||
finishFiles: this.form.finishFiles,
|
||||
groupName: this.dictList.filter((v) => v.value === this.form.groupId)[0].label,
|
||||
|
||||
Reference in New Issue
Block a user