Commit 07bd98c4 authored by 郭铭瑶's avatar 郭铭瑶 🤘

更新非警情数字

parent 4bd3f23f
......@@ -85,9 +85,9 @@ export default {
})
},
async getGridSum({state, commit}) {
if (state.currentStreetInfo.name == '新江湾城街道') {
if (state.currentStreetInfo.name === '新江湾城街道') {
commit('SET_GRID_SUM', [34, 43, 0])
commit('SET_NOT_ALERT_SUM', [19, 0, 2571])
commit('SET_NOT_ALERT_SUM', [18, 27, 0])
return
}
const start = moment().add(-10, 'days').format('YYYY-MM-DD')
......
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