|
@@ -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("获取缺陷条目失败");
|
|
|
}
|