公会-官方提现记录-增加公会id、角色、会长id属性
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
v-model:handle-change="getlistByPartitionId"
|
||||
v-model:after-init="getData"
|
||||
/>
|
||||
<el-select v-model="searchForm.partitionId" placeholder="请选择" @change='getlistByPartitionId()'>
|
||||
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="MoliStar ID" prop="agencyOwnerErbanNo">
|
||||
<el-input
|
||||
@@ -121,6 +118,9 @@
|
||||
<el-table-column align="center" prop="erbanNo" label="MoliStar ID" />
|
||||
<el-table-column align="center" prop="partitionDesc" label="分区" />
|
||||
<el-table-column align="center" prop="nick" label="昵称" />
|
||||
<el-table-column align="center" prop="guildId" label="公会id" />
|
||||
<el-table-column align="center" prop="roleTypeDesc" label="角色" />
|
||||
<el-table-column align="center" prop="guildOwnerErbanNo" label="公会长id" />
|
||||
<el-table-column align="center" prop="accountCountry" label="国家" />
|
||||
<el-table-column
|
||||
align="center"
|
||||
@@ -540,7 +540,7 @@ export default {
|
||||
delete searchForm[item];
|
||||
}
|
||||
});
|
||||
Object.assign(searchForm, { pageSize: 10000, pageNo: 1 });
|
||||
Object.assign(searchForm, { pageSize: -1, pageNo: 1 });
|
||||
|
||||
agencyWithdrawExamineExport(searchForm)
|
||||
.then((res) => {
|
||||
|
Reference in New Issue
Block a user