diff --git a/src/pages/data/CustomerDetail.vue b/src/pages/data/CustomerDetail.vue
index fd75f81..ea30ee5 100644
--- a/src/pages/data/CustomerDetail.vue
+++ b/src/pages/data/CustomerDetail.vue
@@ -11,17 +11,17 @@
零售公司
店铺
导购
diff --git a/src/pages/shop/IncreaseDataStore.vue b/src/pages/shop/IncreaseDataStore.vue
index 97afb2b..1543a26 100644
--- a/src/pages/shop/IncreaseDataStore.vue
+++ b/src/pages/shop/IncreaseDataStore.vue
@@ -111,6 +111,9 @@
this.selectDate.push(endDate);
this.allCompany();
this.storeInit();
+
+ this.pageNum = 1;
+
this.generalizeOfStore();
},
methods: {
@@ -190,7 +193,6 @@
},
generalizeOfStore() {
- this.pageNum = 1;
this.tableLoading = true;
if (this.selectDate[0] === "") {
this.$Message.info("请选择日期");
diff --git a/src/pages/user/AccountManager.vue b/src/pages/user/AccountManager.vue
index de31d2f..1a0b554 100644
--- a/src/pages/user/AccountManager.vue
+++ b/src/pages/user/AccountManager.vue
@@ -444,8 +444,7 @@
}
customerIds = this.customerList.map(item => item.id);
- let request =
- {userId: that.userId, customerIds: JSON.stringify(customerIds)};
+ let request = {userId: that.userId, customerIds: customerIds, companyId: companyId};
staff.downShopData(request, function (data) {
data = data.data.results;
if (data) {