刘璐珈

This commit is contained in:
Vergil
2020-03-18 14:13:16 +08:00
parent 3727f4def7
commit 715298cf6c

View File

@@ -3,7 +3,7 @@
<el-card>
<el-row>
<span>机床编号:</span>
<el-select v-model="machineNumberValue" filterable placeholder="机床编号" size="small" clearable @change="searchTable1()">
<el-select v-model="machineNumberValue" filterable placeholder="机床编号" size="small" clearable @change="searchTable1();searchTable2()">
<el-option
v-for="item in machineNumber"
:key="item.value"
@@ -318,7 +318,7 @@ export default {
ComponentStateUpdate(row.计划流水号, 3).then(response => {
this.searchTable1()
row.buttonStatus = 1
// this.searchTable2()
this.searchTable2()
})
},
// 取消结束部装
@@ -326,7 +326,7 @@ export default {
ComponentStateUpdate(row.计划流水号, 4).then(response => {
this.searchTable1()
row.buttonStatus = 2
// this.searchTable2()
this.searchTable2()
})
},
initProject() {