地区修改

This commit is contained in:
changjinpeng
2022-03-15 16:47:13 +08:00
parent cd8aa29239
commit 99cf33f738
2 changed files with 2 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ export default {
current: this.current, current: this.current,
createUserId: this.currentTabs == 1 ? this.user.id : '', createUserId: this.currentTabs == 1 ? this.user.id : '',
title: this.keyword, title: this.keyword,
areaId: this.areaId,
}, },
}) })
.then((res) => { .then((res) => {

View File

@@ -129,6 +129,7 @@ export default {
areaId: this.areaId, areaId: this.areaId,
createUserId: this.currentTabs == 1 ? this.user.id : '', createUserId: this.currentTabs == 1 ? this.user.id : '',
title: this.keyword, title: this.keyword,
areaId: this.areaId,
}, },
}) })
.then((res) => { .then((res) => {