|
@@ -530,7 +530,7 @@ export default {
|
|
|
let list = JSON.parse(JSON.stringify(e));
|
|
|
let oldList = JSON.parse(JSON.stringify(this.ruleForm.good_list));
|
|
|
list.forEach((e, ei) => {
|
|
|
- let index = oldList.findIndex((a) => e.skucode === a.skucode);
|
|
|
+ let index = oldList.findIndex((a) => e.skuCode === a.skuCode);
|
|
|
if (index === -1) {
|
|
|
let item = JSON.parse(JSON.stringify(list[ei]));
|
|
|
item.activity_stock = "1";
|