浏览代码

提交了

Lijy 3 月之前
父节点
当前提交
039b085124

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/biReport/cusTotalAnalysis/index.vue

@@ -88,7 +88,7 @@ const queryOverall = async (payload?: RequestProps) => {
   seachLoading.value = false
 
   const sourceData = data.map((d: any) => {
-    const base = {
+    const base: any = {
       name: form.type === 1 ? d.name : d.departmentName,
       ['成交客户数']: d.customerDeal,
       ['新增客户数']: d.customertotal

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/kanbanView.vue

@@ -22,7 +22,7 @@ const allLoading = reactive({
 })
 
 onMounted(() => {
-  getKanbanViewData();
+  // getKanbanViewData();
 })
 
 function promotionStage() {

+ 4 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/index.vue

@@ -533,9 +533,11 @@ function getBusinessTableList() {
 }
 
 function resetForm() {
+  const formValue = getFromValue(businessOpportunityForm)
   let reset = {
-    startTime: getFirstDayOfMonth(new Date()),
-    endTime: formatDate(new Date()),
+    // startTime: getFirstDayOfMonth(new Date()),
+    // endTime: formatDate(new Date()),
+    ...formValue,
     pageIndex: 1,
     pageFrom: 10
   }