From 5ca4d18580df37878cb484265f58fbb7ee477673 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Fri, 30 Jul 2021 19:20:19 +0800 Subject: [PATCH] 111 --- web/pages/ltvmodel.html | 2 +- web/src/x.min.js | 3 ++- web/srczip/logic/ltvmodel.js | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/pages/ltvmodel.html b/web/pages/ltvmodel.html index 3a45348..f3bf2d8 100644 --- a/web/pages/ltvmodel.html +++ b/web/pages/ltvmodel.html @@ -37,7 +37,7 @@
- 全局筛选 角色 + 订单筛选 角色
diff --git a/web/src/x.min.js b/web/src/x.min.js index fdd299c..f75bdd4 100644 --- a/web/src/x.min.js +++ b/web/src/x.min.js @@ -6213,7 +6213,7 @@ var X = window.X || { X.api("data_auth/my_event","get",{},function(d){ eventdata = d; - X.api("data_auth/load_filter_props","post",{event_name:d[0]['category'][0]['event_name']},function(val){ + X.api("data_auth/load_filter_props","post",{event_name:'pay'},function(val){ groupitemeventsdata = val; //从数据看板点击进来触发事件 @@ -6319,6 +6319,7 @@ var X = window.X || { $(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){ var val = $(this).val(); var index = $(this).attr("data-index"); + data['eventView']['filts'][index]['ftv'] = []; data['eventView']['filts'][index]['strftv'] = val; data['eventView']['filts'][index]['ftv'].push(val); }); diff --git a/web/srczip/logic/ltvmodel.js b/web/srczip/logic/ltvmodel.js index f7eae37..d1494c9 100644 --- a/web/srczip/logic/ltvmodel.js +++ b/web/srczip/logic/ltvmodel.js @@ -54,7 +54,7 @@ X.api("data_auth/my_event","get",{},function(d){ eventdata = d; - X.api("data_auth/load_filter_props","post",{event_name:d[0]['category'][0]['event_name']},function(val){ + X.api("data_auth/load_filter_props","post",{event_name:'pay'},function(val){ groupitemeventsdata = val; //从数据看板点击进来触发事件 @@ -160,6 +160,7 @@ $(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){ var val = $(this).val(); var index = $(this).attr("data-index"); + data['eventView']['filts'][index]['ftv'] = []; data['eventView']['filts'][index]['strftv'] = val; data['eventView']['filts'][index]['ftv'].push(val); });