fix(stocktake): 删除 pinScannedItem 后多余的右花括号
多余的 } 导致 script 括号不匹配,SFC 解析错乱报 Unexpected token
This commit is contained in:
@ -922,7 +922,6 @@ const pinScannedItem = (uuid: string) => {
|
|||||||
allStockItems.value.unshift(item)
|
allStockItems.value.unshift(item)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const updateAndSync = async (item: StockItem, quantity: number, remark: string = '') => {
|
const updateAndSync = async (item: StockItem, quantity: number, remark: string = '') => {
|
||||||
// 直接保存到后端,不使用本地缓存
|
// 直接保存到后端,不使用本地缓存
|
||||||
|
|||||||
Reference in New Issue
Block a user