mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +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;
|
pinnedL = null;
|
||||||
pinnedR = null;
|
pinnedR = null;
|
||||||
updateAll();
|
updateAll();
|
||||||
|
location.reload();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -710,6 +712,7 @@ export async function renderSkuLinker($app) {
|
||||||
pinnedL = null;
|
pinnedL = null;
|
||||||
pinnedR = null;
|
pinnedR = null;
|
||||||
updateAll();
|
updateAll();
|
||||||
|
location.reload();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
$status.textContent = `Ignore failed: ${String(e && e.message ? e.message : e)}`;
|
$status.textContent = `Ignore failed: ${String(e && e.message ? e.message : e)}`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue