#
Junjie
2024-04-07 08c96e4b797573fd64b42a52a2f9b9805d59d3e3
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;