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