diff --git a/anrui-riskcenter-ui/src/views/capital/capital.vue b/anrui-riskcenter-ui/src/views/capital/capital.vue index ae9e76d8c1..520d7751a1 100644 --- a/anrui-riskcenter-ui/src/views/capital/capital.vue +++ b/anrui-riskcenter-ui/src/views/capital/capital.vue @@ -194,7 +194,7 @@ export default { getList() { this.listLoading = true this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') - this.listQuery.params.orhPath = window.sessionStorage.getItem('defaultOrgPath') + this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') this.listQuery.params.menuUrl = this.$route.path req.listPage(this.listQuery).then(response => { this.listLoading = false