完善产品管理
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
init() {
|
init() {
|
||||||
getGoodsForProduct({ queryName: '', useOrgSid: window.sessionStorage.getItem('defaultDeptSid') }).then((res) => {
|
getGoodsForProduct({ queryName: '', createOrgSid: window.sessionStorage.getItem('defaultDeptSid') }).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.product_list = res.data
|
this.product_list = res.data
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user