Commit fabd4925 by 姜雷

取消请求告警参数

parent 86d1923a
......@@ -205,12 +205,8 @@ const actions = {
commit(GET_TITLE_DATA, data);
});
},
getWarnningCount({ commit, rootGetters }) {
getWarnningCount({
params: {
operatorId: rootGetters.userInfo.operateId,
},
}).then(res => {
getWarnningCount({ commit }) {
getWarnningCount().then(res => {
commit(GET_WARNNING_COUNT, res.data);
});
},
......
......@@ -42,7 +42,6 @@ export default {
};
},
beforeDestroy() {
console.log('in beforeDestroy');
if (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