物料吹开

This commit is contained in:
Vergil
2020-04-20 16:21:52 +08:00
parent fdf7585c21
commit ef5121ac5f
3 changed files with 260 additions and 92 deletions

View File

@@ -391,14 +391,13 @@ export default {
switch (this.activeName) {
case '0': {
this.pickListTable2 = []
this.fetchData()
this.searchList()
this.getHouse()
break
}
// ANDON
case '1': {
this.$refs.fresh1.fetchData(1)
this.$refs.fresh1.searchList()
this.$refs.fresh1.fetchData()
break
}
}