fix(stocktake): 删除 pinScannedItem 后多余的右花括号

多余的 } 导致 script 括号不匹配,SFC 解析错乱报 Unexpected token
This commit is contained in:
yueli
2026-08-31 15:06:30 +08:00
parent cf76310340
commit 2eee792059

View File

@ -922,7 +922,6 @@ const pinScannedItem = (uuid: string) => {
allStockItems.value.unshift(item)
}
}
}
const updateAndSync = async (item: StockItem, quantity: number, remark: string = '') => {
// 直接保存到后端,不使用本地缓存