#
luxiaotao1123
2024-03-22 9f4a1cf5f91f85c49d3e609f19c9e833a08ca8ee
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;