Browse Source

完善资方管理

zhanglei
yunuo970428 2 years ago
parent
commit
742a58673f
  1. 13
      anrui-riskcenter-ui/src/views/capital/capital.vue

13
anrui-riskcenter-ui/src/views/capital/capital.vue

@ -124,7 +124,10 @@ export default {
manageName: '', manageName: '',
name: '', name: '',
mobile: '', mobile: '',
createOrgSid: '' createOrgSid: '',
userSid: '',
orgPath: '',
menuUrl: ''
} }
} }
} }
@ -190,6 +193,9 @@ export default {
// //
getList() { getList() {
this.listLoading = true this.listLoading = true
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid')
this.listQuery.params.orhPath = window.sessionStorage.getItem('defaultOrgPath')
this.listQuery.params.menuUrl = this.$route.path
req.listPage(this.listQuery).then(response => { req.listPage(this.listQuery).then(response => {
this.listLoading = false this.listLoading = false
if (response.success) { if (response.success) {
@ -216,7 +222,10 @@ export default {
manageName: '', manageName: '',
name: '', name: '',
mobile: '', mobile: '',
createOrgSid: '' createOrgSid: '',
userSid: '',
orgPath: '',
menuUrl: ''
} }
} }
this.init() this.init()

Loading…
Cancel
Save