From f825de0fcad9365cdc13909f3e38ffda1677e3e8 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sat, 29 Dec 2018 19:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E5=B7=A5=E6=97=B6=E5=BD=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/RepairTimeEntry/index.vue | 2 -- 1 file changed, 2 deletions(-) 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