This commit is contained in:
liushuai
2019-04-09 19:10:03 +08:00
parent aeaacd88c8
commit 667d6a76d7
4 changed files with 70 additions and 53 deletions

View File

@@ -255,7 +255,10 @@ export default {
this.checkBox = []
this.tableData2 = []
searchTable2(row.工艺计划流水号).then(response => {
console.log(response.data)
for (let i = 0; i < response.data.length; i++) {
console.log(response.data[i].工序顺序)
}
console.log(response.data, 1111111)
this.num1 = row.工艺计划流水号
if (response.data.length === 0) {
this.loading0 = false