|
@@ -473,7 +473,7 @@ export default {
|
|
|
this.productMatchedList = res.data.product_name;
|
|
|
// this.matchedList = res.data.list;
|
|
|
res.data.list.forEach((v,index)=>{
|
|
|
- if(v.matching_status==2&&v.produce_status==0){
|
|
|
+ if(v.matching_status==2){
|
|
|
console.log(this.matchedList)
|
|
|
this.matchedList.push(v)
|
|
|
console.log(this.matchedList)
|