diff --git a/src/views/guildOperationManagement/GuildSozinhoInfoNew.vue b/src/views/guildOperationManagement/GuildSozinhoInfoNew.vue index 81ff812..bc8eb6b 100644 --- a/src/views/guildOperationManagement/GuildSozinhoInfoNew.vue +++ b/src/views/guildOperationManagement/GuildSozinhoInfoNew.vue @@ -67,6 +67,9 @@ + @@ -334,6 +337,19 @@ + + +
+ 公会地区 + + + +
@@ -590,7 +606,8 @@ import { addMember, setManager, removeMember, - getGuildOperatorListAll + getGuildOperatorListAll, + getlistByPartitionId } from "@/api/noblemanNew/noblemanNew"; // @ts-ignore import { dateFormat } from "@/utils/system-helper"; @@ -650,7 +667,8 @@ export default { imageUrl2: "", enableEditInvite: false, inviteErbanNo: '', - operatorId: '' + operatorId: '', + regionId:'' }, // 收款账户弹窗 payAccountDialog: false, @@ -673,6 +691,7 @@ export default { memberRemoveDialog: false, memberRemoveObj: {}, adminListArr: [],//负责人列表 + adminCountryArr:[], }; }, mounted () { @@ -913,6 +932,12 @@ export default { this.ediObj.guildContactType = obj.guildContactType; this.ediObj.guildContact = obj.guildContact; this.ediObj.inviteErbanNo = obj.inviteErbanNo; + this.ediObj.regionId = obj.regionId; + getlistByPartitionId({ partitionId: obj.partitionId,containAll: false }).then((res) => { + if (res.code == 200) { + this.adminCountryArr = res.data; + } + }); this.editDialog = true; }, // 二次确认弹窗 @@ -927,7 +952,8 @@ export default { guildContactType: this.ediObj.guildContactType, guildContact: this.ediObj.guildContact, inviteErbanNo: this.ediObj.inviteErbanNo, - operatorId: this.ediObj.operatorId + operatorId: this.ediObj.operatorId, + regionId:this.ediObj.regionId }).then((res) => { if (res.code == 200) { ElMessage({