车间工艺管理和物料维护bug

This commit is contained in:
zhangdingyu
2018-11-24 17:09:43 +08:00
parent d1b162fa8e
commit 55601386f9
2 changed files with 25 additions and 29 deletions

View File

@@ -385,9 +385,12 @@ export default {
this.tableData2 = response.data
})
},
searchTechnologicalRequirementsOfProcessNum(row) {
this.expands = []
this.expands.push(row.工艺编号)
searchTechnologicalRequirementsOfProcessNum(row, expandedRows) {
// this.expands = []
// this.expands.push(row.工艺编号)
if (expandedRows.length > 1) {
expandedRows.shift()
}
this.loading3 = true
searchTechnologicalRequirementsOfProcessNum(row.工艺编号).then(response => {
this.loading3 = false