|
@@ -58,11 +58,11 @@ export const useKeepAliveStore = defineStore({
|
|
|
|
|
|
if (route.needLock && Number(route.billid)) {
|
|
|
UnLockBill({
|
|
|
- keyword: String(route.billtype),
|
|
|
+ keyword: String(route.keyword),
|
|
|
billid: Number(route.billid),
|
|
|
billcode: String(route.billcode)
|
|
|
}).catch(err => {
|
|
|
- console.warn("解锁失败:", route.billtype, route.billid, err);
|
|
|
+ console.warn("解锁失败:", route.keyword, route.billid, err);
|
|
|
});
|
|
|
}
|
|
|
}
|