17767204043 před 3 roky
rodič
revize
345414e614
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/views/Agreement/match/matching.vue

+ 2 - 0
src/views/Agreement/match/matching.vue

@@ -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) {