完善产品管理

This commit is contained in:
2024-08-16 11:51:28 +08:00
parent c25dfefed7
commit 99d8599b93

View File

@@ -199,7 +199,7 @@ export default {
getList() { getList() {
this.listLoading = true this.listLoading = true
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') this.listQuery.params.userSid = window.sessionStorage.getItem('userSid')
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') this.listQuery.params.orgPath = window.sessionStorage.getItem('orgSidPath')
this.listQuery.params.menuUrl = this.$route.path 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