king
2022-03-31 fe227dd3d6c4ff9fd031033c15ae7b873dbf5535
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -53,7 +53,7 @@
        }
        _sync = false
      } else if (_sync && initdata) {
        _data = initdata || {$$empty: true}
        _data = initdata
        if (Array.isArray(_data)) {
          _data = _data[0] || {$$empty: true}
        }