组织id
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
<ai-select v-model="search.organizationId" placeholder="金融机构" clearable :prop="{label:'organizationName'}"
|
<ai-select v-model="search.organizationId" placeholder="金融机构" clearable :prop="{label:'organizationName'}"
|
||||||
:action='"/appfinancialorganization/list?organizationId="+user.financeUser.organizationId' @change="page.current=1,getTableData()" :instance="instance"/>
|
:action='"/appfinancialorganization/list?organizationId="+userOrgId' @change="page.current=1,getTableData()" :instance="instance"/>
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
<div class="col-row">
|
<div class="col-row">
|
||||||
@@ -118,7 +118,8 @@ export default {
|
|||||||
applyInfo: {},
|
applyInfo: {},
|
||||||
demandInfo: {},
|
demandInfo: {},
|
||||||
staticInfo: {},
|
staticInfo: {},
|
||||||
stuTime: []
|
stuTime: [],
|
||||||
|
userOrgId: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -329,6 +330,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
if(this.user.financeUser && this.user.financeUser.id) { //机构
|
if(this.user.financeUser && this.user.financeUser.id) { //机构
|
||||||
this.search.organizationId = this.user.financeUser.organizationId
|
this.search.organizationId = this.user.financeUser.organizationId
|
||||||
|
this.userOrgId = this.user.financeUser.organizationId
|
||||||
}
|
}
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user