This commit is contained in:
changjinpeng
2022-03-07 16:10:40 +08:00
parent bd2bf35f72
commit e9c48e2e4b

View File

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