#
Junjie
2025-02-14 ac4341ea6b66ae02427d39d35f41d42d78b2eb2e
zy-asrs-flow/src/utils/common-util.js
@@ -5,7 +5,7 @@
    const stateStr = localStorage.getItem(tabKey);
    if (stateStr) {
        const state = JSON.parse(stateStr);
        const oldVal = state[key].show;
        const oldVal = state[key]?.show;
        let hasVal = false;
        if (oldVal === true) {
            hasVal = true;