diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 283cd2b9..9a43a54c 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -762,6 +762,7 @@ export default { this.title = "数量盘点入库"; this.resetCodeForm() this.getUnitData(); + this.GetDeviceTypeTree() this.$nextTick(() => { this.$refs['codeForm'].clearValidate() }) @@ -775,6 +776,7 @@ export default { this.title = "编码盘点入库"; this.resetCodeForm() this.getUnitData(); + this.GetDeviceTypeTree() this.$nextTick(() => { this.$refs['codeForm'].clearValidate() })