merge
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
|
||||
}
|
||||
for (var i in this.skus) {
|
||||
if (this.skus[i].unit === str) {
|
||||
if (this.skus[i].unit == str) {
|
||||
this.selectSkusValues = this.skus[i];
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user