完善产品管理
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user