26023
This commit is contained in:
@@ -175,7 +175,6 @@ export default {
|
||||
content: this.forms.content,
|
||||
url: JSON.stringify(imgs) || [],
|
||||
areaId: this.forms.areaId,
|
||||
|
||||
beginTime: this.forms.beginTime,
|
||||
endTime: this.forms.endTime,
|
||||
address: this.forms.address,
|
||||
@@ -210,12 +209,7 @@ export default {
|
||||
},
|
||||
|
||||
areaSelect(e) {
|
||||
if (e.type == 5) {
|
||||
this.forms.areaId = e.id
|
||||
}
|
||||
if (e.type == 4) {
|
||||
this.forms.areaId = e.id
|
||||
}
|
||||
this.forms.areaId = e.id
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user