完善产品管理

This commit is contained in:
2024-08-16 13:32:29 +08:00
parent def9ec228f
commit 6a0281d9bc

View File

@@ -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
}