BUG 28231

This commit is contained in:
aixianling
2022-03-15 16:35:20 +08:00
parent b84577f809
commit c3a517184e
4 changed files with 12 additions and 6 deletions

View File

@@ -124,7 +124,6 @@ export default {
onShow() {
document.title = '新建走访'
},
mounted() {},
methods: {
realityClick() {
if (this.id) return
@@ -178,7 +177,6 @@ export default {
this.$http
.post(`/app/appvisitvondolence/addOrUpdate`, {
areaId: this.forms.areaId,
applicationId: this.forms.applicationId,
name: this.forms.name,
visitTime: this.forms.visitTime,
optionId: this.forms.optionId,