打开弹窗调用树接口
This commit is contained in:
parent
f8dd3dfeba
commit
8697321719
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue