家族管理-查询-邀请人id

This commit is contained in:
khalil
2025-07-24 14:33:03 +08:00
parent 366b1f8e98
commit e40fc0b1cf
2 changed files with 326 additions and 361 deletions

View File

@@ -247,7 +247,7 @@
<div style="margin-bottom: 25px">
<span style="display: inline-block; margin-right: 20px; width: 100px"
class="col-sm-2 control-label">负责人</span>
<el-select v-model="resource.operatorId"
<el-select v-model="resource.operatorId"
placeholder="请选择">
<el-option v-for="item in partitionAdminList"
:key="item.id"
@@ -602,8 +602,7 @@ import { ElMessage } from "element-plus";
import PartitionSelect from "@/views/common/partitionSelect.vue";
import PartitionRegionSelect from "@/views/common/partitionRegionSelect.vue";
import { savePayAccount } from "@/api/nobleman/nobleman";
import { invalid } from "moment-timezone";
// import { fa } from "element-plus/es/locale";
export default {
name: "GuildInfoNew",
components: { PartitionSelect, PartitionRegionSelect },
@@ -632,7 +631,7 @@ export default {
guildContactType: "whatsapp",
guildContact: '',
inviteErbanNo: '',
operatorId:''
operatorId: ''
},
// 表格
tableData: [],
@@ -692,7 +691,7 @@ export default {
partitionAdminList () {
return this.adminListArr.filter(admin => {
return (!this.inquire.partitionId || this.inquire.partitionId == admin.partitionId)
&& (!this.inquire.regionId || admin.regionIds.includes(this.inquire.regionId));
&& (!this.inquire.regionId || admin.regionIds.includes(this.inquire.regionId));
});
}
},

File diff suppressed because it is too large Load Diff