公会信息异常问题

This commit is contained in:
dragon
2024-11-15 18:53:59 +08:00
parent 07543cca7d
commit 46af95e834

View File

@@ -583,8 +583,8 @@ export default {
listPartitionInfo().then((res) => { listPartitionInfo().then((res) => {
this.inquire.partitionArr = res.data; this.inquire.partitionArr = res.data;
this.inquire.partitionId = this.inquire.partitionArr[0].id; this.inquire.partitionId = this.inquire.partitionArr[0].id;
});
this.getData(); this.getData();
});
}, },
methods: { methods: {
// 查询接口 // 查询接口