zhouna il y a 5 ans
Parent
commit
126a3661a4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/qualityControl/FieldMatch.vue

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

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