|
@ -297,6 +297,8 @@ |
|
|
var item = this.detailSource[i]; |
|
|
var item = this.detailSource[i]; |
|
|
if (item.subList.length == 0) { |
|
|
if (item.subList.length == 0) { |
|
|
this.detailSource.splice(i, 1) |
|
|
this.detailSource.splice(i, 1) |
|
|
|
|
|
this.clearData(); |
|
|
|
|
|
this.$refs.scanPopup.initData(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
this.updateData(); |
|
|
this.updateData(); |
|
|