Commit 0e515eef by 梁建民

js

parent fd8124b8
...@@ -52,9 +52,14 @@ const mutations = { ...@@ -52,9 +52,14 @@ const mutations = {
} }
} }
}
state.aggs = payload.data; state.aggs = payload.data;
}else {
state.aggs = payload.data;
}
}, },
aggSample(state, payload) { aggSample(state, payload) {
state.smaple_class_id = payload.data[0].smaple_class_id; state.smaple_class_id = payload.data[0].smaple_class_id;
......
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 sign in to comment