소스 검색

回避设计

zhuhao 2 년 전
부모
커밋
ca36236219
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      RMS-FrontEnd/src/views/report/avoid/avoidPage/avoidDirection.vue

+ 3 - 1
RMS-FrontEnd/src/views/report/avoid/avoidPage/avoidDirection.vue

@@ -272,7 +272,9 @@ export default {
           })
           if (keepArrIndex < 0) {
             // console.log(keepArr[j].features);
-            keepArr[j].features.push()
+            keepArr[j].features.push({
+              // keepArr[j].features:this.tableData1[i].item1
+            })
            
           }
         })