From d1695c5d456d2febd8275baa2aa2b7644ab68087 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 7 Dec 2018 15:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E7=8A=B6=E6=80=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManufacturingCenter/StatusQuery/index.vue | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/views/ManufacturingCenter/StatusQuery/index.vue b/src/views/ManufacturingCenter/StatusQuery/index.vue index aedc91ea..47ca1a41 100644 --- a/src/views/ManufacturingCenter/StatusQuery/index.vue +++ b/src/views/ManufacturingCenter/StatusQuery/index.vue @@ -99,15 +99,15 @@ - - - + + + + + + + + +
{ - console.log(response.data) for (let i = 0; i < response.data.rows.length; i++) { response.data.rows[i].考核状态 = parseInt(response.data.rows[i].考核状态) - 2 if (response.data.rows[i].传递时间 !== undefined || response.data.rows[i].hasOwnProperty('传递时间')) { @@ -434,7 +433,6 @@ export default { this.dialogFormVisible3 = false }, handleEdit(row) { - console.log(row) this.title = '编辑' this.partStateValue1 = parseInt(row.考核状态) + 2 this.dialogFormVisible4 = true