mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
link sku
This commit is contained in:
parent
8612e268f8
commit
91f6288b43
1 changed files with 3 additions and 0 deletions
|
|
@ -698,6 +698,8 @@ export async function renderSkuLinker($app) {
|
|||
pinnedL = null;
|
||||
pinnedR = null;
|
||||
updateAll();
|
||||
location.reload();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -710,6 +712,7 @@ export async function renderSkuLinker($app) {
|
|||
pinnedL = null;
|
||||
pinnedR = null;
|
||||
updateAll();
|
||||
location.reload();
|
||||
} catch (e) {
|
||||
$status.textContent = `Ignore failed: ${String(e && e.message ? e.message : e)}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue