Commit 4bd3f23f authored by 郭铭瑶's avatar 郭铭瑶 🤘

更新网格数字

parent 7e5d9f79
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
}) })
}, },
async getGridSum({state, commit}) { async getGridSum({state, commit}) {
if (state.currentStreetInfo.name === '新江湾城街道') { if (state.currentStreetInfo.name == '新江湾城街道') {
commit('SET_GRID_SUM', [34, 43, 0]) commit('SET_GRID_SUM', [34, 43, 0])
commit('SET_NOT_ALERT_SUM', [19, 0, 2571]) commit('SET_NOT_ALERT_SUM', [19, 0, 2571])
return return
......
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