diff --git a/src/views/ManufacturingCenter/RepairTimeEntry/index.vue b/src/views/ManufacturingCenter/RepairTimeEntry/index.vue index 0d7c5982..7ae7841d 100644 --- a/src/views/ManufacturingCenter/RepairTimeEntry/index.vue +++ b/src/views/ManufacturingCenter/RepairTimeEntry/index.vue @@ -341,7 +341,6 @@ export default { this.form.零件 = '' this.Parts = [] getParts(this.checkbox_project, this.form.project, this.checkbox_Machine, this.form.Machine, this.checkbox_Group, this.form.Group).then(response => { - console.log(response.data) for (let i = 0; i < response.data.length; i++) { this.Parts.push({ label: response.data[i].零件图号, @@ -421,7 +420,6 @@ export default { }) } else { searchtable(0, this.Number2, this.pageCurrent, this.pageSize).then(response => { - console.log(response.data) this.tableData = response.data.rows this.total = response.data.total this.loading0 = false