Browse Source

完善产品管理

master
yunuo970428 10 months ago
parent
commit
99d8599b93
  1. 2
      src/views/goods/product/product.vue

2
src/views/goods/product/product.vue

@ -199,7 +199,7 @@ export default {
getList() {
this.listLoading = true
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
req.listPage(this.listQuery).then(response => {
this.listLoading = false

Loading…
Cancel
Save