This commit is contained in:
zhangds 2024-04-10 23:38:28 +08:00
parent 4b8bbc9efe
commit 9fa4a49ea0
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@
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.isErrLength = is_err_length;
}