From 6a0281d9bcb37924a00da4fc85dba8e51af65ecf Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 16 Aug 2024 13:32:29 +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/productAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/goods/product/productAdd.vue b/src/views/goods/product/productAdd.vue index 3e48387..a25851b 100644 --- a/src/views/goods/product/productAdd.vue +++ b/src/views/goods/product/productAdd.vue @@ -99,7 +99,7 @@ export default { }, methods: { init() { - getGoodsForProduct({ queryName: '', useOrgSid: window.sessionStorage.getItem('defaultDeptSid') }).then((res) => { + getGoodsForProduct({ queryName: '', createOrgSid: window.sessionStorage.getItem('defaultDeptSid') }).then((res) => { if (res.success) { this.product_list = res.data }