|
|
@@ -1330,6 +1330,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
getMatchedDetailList(row, type) {
|
|
|
+ if(row){
|
|
|
this.matched_detail.forEach((e) => {
|
|
|
if (e.total_price > 0) {
|
|
|
this.checkedDeepenList.push(e);
|
|
|
@@ -1373,6 +1374,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
getMatchedDetailList1(row) {
|