From 4d10a5d56eb1ccbf656c91244992f8526c60b6df Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Thu, 6 Dec 2018 16:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=8F=E9=97=B4=E5=A4=96=E5=8D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Outsourcing/PreorderAssociation/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Outsourcing/PreorderAssociation/index.vue b/src/views/Outsourcing/PreorderAssociation/index.vue index 70de676c..03764682 100644 --- a/src/views/Outsourcing/PreorderAssociation/index.vue +++ b/src/views/Outsourcing/PreorderAssociation/index.vue @@ -266,14 +266,14 @@ export default { }, // 修改外协状态 edit(index, row) { + this.count = 0 for (let i = 0; i < this.tableData2.length; i++) { if (this.checkBox[i] === false) { this.count = this.count + 1 } } if (this.count === this.tableData2.length) { - edit2(row.工序流水号, row.工艺计划流水号, 0).then(response => { - }) + edit2(row.工序流水号, row.工艺计划流水号, 0) } if (this.checkBox[index] === true) { this.InOut = 2