|
|
@ -124,7 +124,10 @@ export default { |
|
|
|
manageName: '', |
|
|
|
name: '', |
|
|
|
mobile: '', |
|
|
|
createOrgSid: '' |
|
|
|
createOrgSid: '', |
|
|
|
userSid: '', |
|
|
|
orgPath: '', |
|
|
|
menuUrl: '' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -190,6 +193,9 @@ 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.menuUrl = this.$route.path |
|
|
|
req.listPage(this.listQuery).then(response => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
@ -216,7 +222,10 @@ export default { |
|
|
|
manageName: '', |
|
|
|
name: '', |
|
|
|
mobile: '', |
|
|
|
createOrgSid: '' |
|
|
|
createOrgSid: '', |
|
|
|
userSid: '', |
|
|
|
orgPath: '', |
|
|
|
menuUrl: '' |
|
|
|
} |
|
|
|
} |
|
|
|
this.init() |
|
|
|