|
@@ -58,8 +58,8 @@
|
|
|
store.dispatch('loadNewsSnapshot', { page: 1, pageSize: 10 }),
|
|
|
store.dispatch('supplier/loadVendorAll', {page: 1, size: 20}),
|
|
|
store.dispatch('loadAllCount', {_status: 'actived', usedFor: 'mall_home_banner'}),
|
|
|
- store.dispatch('loadInquirySheet', {year: nowYear, month: nowMonth}),
|
|
|
- store.dispatch('loadInquirySheetLast', {year: nowYear, month: LastMonth}),
|
|
|
+ store.dispatch('loadInquirySheet'),
|
|
|
+// store.dispatch('loadInquirySheetLast', {year: nowYear, month: LastMonth}),
|
|
|
store.dispatch('provider/findSimilarStoreList', {page: 1, count: 10, type: 'ORIGINAL_FACTORY-DISTRIBUTION-AGENCY-CONSIGNMENT', keyword: ''}),
|
|
|
store.dispatch('applyPurchase/loadPurchaseManList', {pageNumber: 1, pageSize: 50, enUU: store.state.option.user.data.enterprise ? store.state.option.user.data.enterprise.uu : null}),
|
|
|
store.dispatch('loadStoreStatus', { op: 'check' })
|