fix: 点
This commit is contained in:
parent
4b8bbc9efe
commit
9fa4a49ea0
|
@ -350,7 +350,7 @@
|
||||||
|
|
||||||
console.log("all_product_voucher =>", all_product_voucher);
|
console.log("all_product_voucher =>", all_product_voucher);
|
||||||
|
|
||||||
let is_err_length = all_product_voucher.filter(item => item.voucher.status === 9).length;
|
let is_err_length = all_product_voucher.filter(item => item.status === 9).length;
|
||||||
self.isOKLength = all_product_voucher.length - is_err_length;
|
self.isOKLength = all_product_voucher.length - is_err_length;
|
||||||
self.isErrLength = is_err_length;
|
self.isErrLength = is_err_length;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue