From 0c0608bb99207953a570f7c449cfaf8767ba5e03 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 31 Mar 2020 10:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E9=97=B4=E6=8E=92=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/ShopScheduling/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ManufacturingCenter/ShopScheduling/index.vue b/src/views/ManufacturingCenter/ShopScheduling/index.vue index bad17529..e6c156c9 100644 --- a/src/views/ManufacturingCenter/ShopScheduling/index.vue +++ b/src/views/ManufacturingCenter/ShopScheduling/index.vue @@ -226,7 +226,7 @@ export default { if (row.工序状态 !== 4 && row.工序间是否外协 !== 2) { XuanRu(this.PersonValue, row.工序流水号).then(response => { if (response.data[0].result === '1') { - this.tableData1[this.index].状态 = '1' + this.tableData1[this.index].状态 = 1 this.loading3 = true this.tableData3 = [] getGongxu(this.工艺计划流水号).then(response => {