From 922080dde9d9517dbd26668fbbac00a1ccbc248a Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Fri, 15 May 2020 09:47:00 +0800 Subject: [PATCH] a --- src/views/ManufacturingCenter/GroupMatching/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/ManufacturingCenter/GroupMatching/index.vue b/src/views/ManufacturingCenter/GroupMatching/index.vue index 54d89aa9..0f57d707 100644 --- a/src/views/ManufacturingCenter/GroupMatching/index.vue +++ b/src/views/ManufacturingCenter/GroupMatching/index.vue @@ -544,7 +544,6 @@ export default { this.dialogFormVisible4 = true this.titleaa = row.零件图号 processingStatus(row.工艺计划流水号).then(response => { - console.log(response.data, 1123) for (let i = 0; i < response.data.length; i++) { if (response.data[i].计划日期 !== '' && response.data[i].计划日期 !== null) { response.data[i].计划日期 = response.data[i].计划日期.split(' ')[0] @@ -613,7 +612,6 @@ export default { this.Group ? check2 = 1 : check2 = 0 searchTable02(check1, this.Machine, check2, this.Group, this.pageCurrent02, this.pageSize02).then(response => { this.tableData02 = response.data.rows - console.log(response, 999) this.total02 = response.data.total }) },