Commit 35de2be4 by 梁建民

js

parent 06b99f5c
...@@ -280,13 +280,13 @@ ...@@ -280,13 +280,13 @@
getAggData: function (id) { getAggData: function (id) {
let params = Object.assign({}, {'reset': true, 'sample_class_id/eq': id}); let params = Object.assign({}, {'reset': true, 'sample_class_id/eq': id});
this.id=[];
this.$store.dispatch({ this.$store.dispatch({
type: "aggs", type: "aggs",
params, params params, params
}); });
this.id=[];
}, },
submit: function () { submit: function () {
......
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