同步queryType和金融机构类型保持一致
This commit is contained in:
@@ -60,8 +60,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
isFinanceUser: v => !!v.user.financeUser?.id && v.user.financeUser.organizationType == 2,
|
||||
queryType: v => v?.$route.query.queryType || 1
|
||||
queryType: v => v?.$route.query.queryType || 2,
|
||||
isFinanceUser: v => !!v.user.financeUser?.id && v.user.financeUser.organizationType == v.queryType
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user