File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default {
77
77
if (this .channel .attributes && data .lead_id == this .channel .attributes .lead_id ) {
78
78
this .$set (this .channel .attributes , " chrono_start_date" , data .chrono_start_date );
79
79
this .$set (this .channel .attributes , " is_chrono_running" , data .is_chrono_running )
80
- this .$set (this .channel .attributes , " visits " , data .visits )
80
+ this .$set (this .channel .attributes , " leads_visits_count " , data .leads_visits_count )
81
81
this .watchTime ();
82
82
}
83
83
});
@@ -177,7 +177,7 @@ export default {
177
177
},
178
178
179
179
visits () {
180
- return Number (this .channel .attributes .visits || this .channel .visitis || 0 );
180
+ return Number (this .channel .attributes .leads_visits_count || this .channel .leads_visits_count || 0 );
181
181
},
182
182
183
183
trackTime (formData ) {
You can’t perform that action at this time.
0 commit comments