This commit is contained in:
罗松柏 2021-07-30 19:20:19 +08:00
parent 536305d1ec
commit 5ca4d18580
3 changed files with 5 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<div class="block___2n0We analysis-overall" style="display: block;">
<div class="analysis-con-left-title">
<span>全局筛选</span> <span class="eventsplit" style="padding: 3px 5px; background-color: #f0f2f5; color: #67729d;">角色</span>
<span>订单筛选</span> <span class="eventsplit" style="padding: 3px 5px; background-color: #f0f2f5; color: #67729d;">角色</span>
</div>
<div class="analysis-con-left-screen-box">

3
web/src/x.min.js vendored
View File

@ -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);
});

View File

@ -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);
});