|
|
@ -78,7 +78,7 @@ export default { |
|
|
params: { |
|
|
params: { |
|
|
asc: '', |
|
|
asc: '', |
|
|
desc: '', |
|
|
desc: '', |
|
|
customerEnterpriseId: null, |
|
|
|
|
|
|
|
|
customerEnterpriseId: this.$store.state.supplierInfo.id || null, |
|
|
mallSupplierId: this.$store.state.supplierInfo.supplierId || null |
|
|
mallSupplierId: this.$store.state.supplierInfo.supplierId || null |
|
|
// enterpriseIds : ['651107734133018624'], |
|
|
// enterpriseIds : ['651107734133018624'], |
|
|
// mallSupplierId : '670334117090562048', |
|
|
// mallSupplierId : '670334117090562048', |
|
|
@ -103,9 +103,9 @@ export default { |
|
|
this.downCallback() |
|
|
this.downCallback() |
|
|
}, |
|
|
}, |
|
|
onLoad(option) { |
|
|
onLoad(option) { |
|
|
if (option.customerEnterpriseId) { |
|
|
|
|
|
this.params.customerEnterpriseId = option.customerEnterpriseId |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if (option.customerEnterpriseId) { |
|
|
|
|
|
// this.params.customerEnterpriseId = option.customerEnterpriseId |
|
|
|
|
|
// } |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
back, |
|
|
back, |
|
|
|