zhouna 5 년 전
부모
커밋
126a3661a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/qualityControl/FieldMatch.vue

+ 2 - 2
src/components/qualityControl/FieldMatch.vue

@@ -191,7 +191,7 @@
             const data = res.data.data;
             this.flawList = []
             this.flawList = data.records;
-            let info = this.$route.params.info;
+            /*let info = this.$route.params.info;
             if(info){
               const infoCopy =  Object.assign({},this.form);
 
@@ -205,7 +205,7 @@
               }
               this.flawList.unshift(obj)
             }
-            }
+            }*/
           }else{
             this.warning("获取缺陷条目失败");
           }