新增公会默认选择地区
This commit is contained in:
@@ -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();
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user