BUG 29023
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<ai-search-bar>
|
||||
<template #left>
|
||||
<ai-select v-model="search.organizationId" placeholder="金融机构" clearable :prop="{label:'organizationName'}"
|
||||
action="/appfinancialorganization/list" @change="page.current=1,getStaData()" :instance="instance"/>
|
||||
:action='"/appfinancialorganization/list?id="+financeOrgId'
|
||||
@change="page.current=1,getTableData()" :instance="instance"/>
|
||||
</template>
|
||||
</ai-search-bar>
|
||||
<div class="col-row">
|
||||
@@ -91,6 +92,9 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
financeOrgId(){
|
||||
return this.user.financeUser?.organizationId||""
|
||||
},
|
||||
circleEchart() {
|
||||
return {
|
||||
legend: false,
|
||||
|
||||
Reference in New Issue
Block a user