新增公会默认选择地区

This commit is contained in:
dragon
2024-11-15 11:55:56 +08:00
parent 37df3b5db1
commit 9129e29bf3
8 changed files with 21 additions and 7 deletions

View File

@@ -300,7 +300,6 @@
>
<!-- 这里是原来的图片预览 -->
<el-image
style="width: 100px; height: 100px"
:src="dialogObj.imageUrl2"
:zoom-rate="1.1"
@@ -415,6 +414,7 @@ export default {
listPartitionInfo().then((res) => {
console.log(res);
this.inquire.partitionArr = res.data;
this.inquire.partitionId = this.inquire.partitionArr[0].id;
this.getData();
});
},