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 => {