组织id
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|     <ai-search-bar> | ||||
|       <template #left>    | ||||
|         <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> | ||||
|     </ai-search-bar> | ||||
|     <div class="col-row"> | ||||
| @@ -118,7 +118,8 @@ export default { | ||||
|       applyInfo: {}, | ||||
|       demandInfo: {}, | ||||
|       staticInfo: {}, | ||||
|       stuTime: [] | ||||
|       stuTime: [], | ||||
|       userOrgId: '' | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
| @@ -329,6 +330,7 @@ export default { | ||||
|   mounted() { | ||||
|     if(this.user.financeUser && this.user.financeUser.id) {  //机构 | ||||
|       this.search.organizationId = this.user.financeUser.organizationId | ||||
|       this.userOrgId = this.user.financeUser.organizationId | ||||
|     } | ||||
|     this.getTableData() | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user