fix:closeWarehousePicker重置_warehouseLocked

This commit is contained in:
ShenQiLun 2026-06-29 11:20:57 +08:00
parent 42f445b44f
commit c51163793c

View File

@ -1543,6 +1543,7 @@ export default {
closeWarehousePicker() { closeWarehousePicker() {
this.showWarehousePicker = false this.showWarehousePicker = false
this.popupSelectedLoc = null this.popupSelectedLoc = null
this._warehouseLocked = false
}, },
async loadPopupWarehouses() { async loadPopupWarehouses() {