提交 3fb5d3f3 编写于 作者: 杨广俊's avatar 杨广俊

埋点

上级 57768da5
...@@ -103,14 +103,14 @@ export default { ...@@ -103,14 +103,14 @@ export default {
deleteLabels(isAll, index=0, length=1) { deleteLabels(isAll, index=0, length=1) {
if(isAll) { if(isAll) {
this.pageBurialPoin({ this.pageBurialPoin({
...m_search_history_search_da, ...m_search_history_search_dc,
labelValue: '全部删除', labelValue: '',
createdTime: new Date().getTime(), createdTime: new Date().getTime(),
}) })
} else { } else {
this.pageBurialPoin({ this.pageBurialPoin({
...m_search_history_search_d, ...m_search_history_search_d,
labelValue: '单个删除', labelValue: '',
createdTime: new Date().getTime(), createdTime: new Date().getTime(),
}) })
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册