Commit e50c83c2 authored by zhengke's avatar zhengke

修改

parent b2aff997
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
}) })
}, },
handleSelectionChange(val) { handleSelectionChange(val) {
if(val.length>this.ckGoods){ // if(val.length>this.ckGoods){
this.Info('超过了'); // this.Info('超过了');
val=val.slice(0,this.ckGoods); // val=val.slice(0,this.ckGoods);
} // }
this.selectRow = JSON.parse(JSON.stringify(val)); this.selectRow = JSON.parse(JSON.stringify(val));
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
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