打开弹窗调用树接口

This commit is contained in:
binbin_pan 2024-05-24 18:27:34 +08:00
parent f8dd3dfeba
commit 8697321719
1 changed files with 2 additions and 0 deletions

View File

@ -762,6 +762,7 @@ export default {
this.title = "数量盘点入库"; this.title = "数量盘点入库";
this.resetCodeForm() this.resetCodeForm()
this.getUnitData(); this.getUnitData();
this.GetDeviceTypeTree()
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['codeForm'].clearValidate() this.$refs['codeForm'].clearValidate()
}) })
@ -775,6 +776,7 @@ export default {
this.title = "编码盘点入库"; this.title = "编码盘点入库";
this.resetCodeForm() this.resetCodeForm()
this.getUnitData(); this.getUnitData();
this.GetDeviceTypeTree()
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['codeForm'].clearValidate() this.$refs['codeForm'].clearValidate()
}) })