修复公会信息导出缺少分区字段

This commit is contained in:
chenruiye
2025-04-07 14:54:07 +08:00
parent 3989182047
commit f5619e8839

View File

@@ -793,6 +793,7 @@ export default {
erbanNo: this.inquire.userId,
referrer: this.inquire.referrer,
familyName: this.inquire.nick,
partitionId: this.inquire.partitionId,
// startDate: startTime,
// endDate: endTime,
}).then((res) => {});