浏览代码

机构画像

zhengjinyi 2 年之前
父节点
当前提交
90c6160631
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

+ 4 - 5
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

@@ -33,7 +33,6 @@ const getInfoOrderDate = function () {
         isNowrap: false,
         getValue: function () {
             if (defaultParams.startTime && defaultParams.endTime) {
-                getClubEacthsData(0,0)
                 return defaultParams.startTime + ' to ' + defaultParams.endTime;
             } else {
                 return '';
@@ -44,7 +43,7 @@ const getInfoOrderDate = function () {
             defaultParams.endTime = s2;
             $('#orderTimeStart').val(s1);
             $('#orderTimeEnd').val(s2);
-
+            getClubEacthsData(0,0)
         }
     });
 }
@@ -60,7 +59,6 @@ const getInfoKeyWordsDate = function () {
         isNowrap: false,
         getValue: function () {
             if (defaultParams.startTime && defaultParams.endTime) {
-                getClubEacthsData(1,0)
                 return defaultParams.startTime + ' to ' + defaultParams.endTime;
             } else {
                 return '';
@@ -71,6 +69,7 @@ const getInfoKeyWordsDate = function () {
             defaultParams.endTime = s2;
             $('#keyWordsTimeStart').val(s1);
             $('#keyWordsTimeEnd').val(s2);
+            getClubEacthsData(1,0)
         }
     });
 }
@@ -86,7 +85,6 @@ const getInfoServiceDate = function () {
         isNowrap: false,
         getValue: function () {
             if (defaultParams.startTime && defaultParams.endTime) {
-                getClubEacthsData(2,0)
                 return defaultParams.startTime + ' to ' + defaultParams.endTime;
             } else {
                 return '';
@@ -97,6 +95,7 @@ const getInfoServiceDate = function () {
             defaultParams.endTime = s2;
             $('#serviceTimeStart').val(s1);
             $('#serviceTimeEnd').val(s2);
+            getClubEacthsData(2,0)
         }
     });
 }
@@ -112,7 +111,6 @@ const getInfoVisitDate = function () {
         isNowrap: false,
         getValue: function () {
             if (defaultParams.startTime && defaultParams.endTime) {
-                getClubEacthsData(3,0)
                 return defaultParams.startTime + ' to ' + defaultParams.endTime;
             } else {
                 return '';
@@ -123,6 +121,7 @@ const getInfoVisitDate = function () {
             defaultParams.endTime = s2;
             $('#visitTimeStart').val(s1);
             $('#visitTimeEnd').val(s2);
+            getClubEacthsData(3,0)
         }
     });
 }