Commit fabd4925 by 姜雷

取消请求告警参数

parent 86d1923a
...@@ -205,12 +205,8 @@ const actions = { ...@@ -205,12 +205,8 @@ const actions = {
commit(GET_TITLE_DATA, data); commit(GET_TITLE_DATA, data);
}); });
}, },
getWarnningCount({ commit, rootGetters }) { getWarnningCount({ commit }) {
getWarnningCount({ getWarnningCount().then(res => {
params: {
operatorId: rootGetters.userInfo.operateId,
},
}).then(res => {
commit(GET_WARNNING_COUNT, res.data); commit(GET_WARNNING_COUNT, res.data);
}); });
}, },
......
...@@ -42,7 +42,6 @@ export default { ...@@ -42,7 +42,6 @@ export default {
}; };
}, },
beforeDestroy() { beforeDestroy() {
console.log('in beforeDestroy');
if (this.timer) { if (this.timer) {
clearInterval(this.timer); clearInterval(this.timer);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment