From 99d8599b9311cf7a9fadc43c9163b35f8a76e3c5 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 16 Aug 2024 11:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=A7=E5=93=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/product/product.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/goods/product/product.vue b/src/views/goods/product/product.vue index d360526..b7d1e8e 100644 --- a/src/views/goods/product/product.vue +++ b/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