src/views/quality/finishedProductInspection/finishedProduct-print.vue
@@ -293,9 +293,7 @@ }, created(){ this.tableData = this.formData console.log("============",this.tableData) this.initData() // this.initProjectList(this.projectList) }, methods:{ initData(){ @@ -309,10 +307,8 @@ formData(newVal){ if(newVal){ this.projectList = [] console.log(newVal) this.tableData = newVal this.initData() // this.initProjectList(this.projectList) } } },