This commit is contained in:
2024-07-23 09:13:05 +08:00
parent 606e2e7e6d
commit 4ddf9e41b9

View File

@@ -249,8 +249,11 @@
this.id = options.id
this.title = options.name
this.crType = options.type
this._getWarehouseInfo()
this._getUserInfo()
if (this.crType === 'IN') {
this._getWarehouseInfo()
} else {
this._getUserInfo()
}
},
methods: {
// 仓库下拉框
@@ -276,6 +279,7 @@
this.value2 = el.value
}
})
this._getWarehouseInfo()
}
},
// 查询一级表格