Commit 69c4777b by 梁建民

js

parent dc2c4a9c
...@@ -301,7 +301,6 @@ ...@@ -301,7 +301,6 @@
this.layer = false; this.layer = false;
}, },
screenFn: function (id, key, flag) { screenFn: function (id, key, flag) {
// console.log(id, key, flag)
if (key == 'brand_id') { if (key == 'brand_id') {
//品牌 //品牌
...@@ -350,7 +349,7 @@ ...@@ -350,7 +349,7 @@
this.id.push(id); this.id.push(id);
let params = Object.assign({}, {'sample_class_id': this.sample_class_id}, this.brand_id, this.packing, this.encap, this.attrs, {id: this.id.join(',')}); let params = Object.assign({}, {'sample_class_id/eq': this.sample_class_id}, this.brand_id, this.packing, this.encap, this.attrs, {id: this.id.join(',')});
this.$store.dispatch({ this.$store.dispatch({
......
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