king
2025-01-16 325aa13d3b61d1c066f8fcab107003ef36713df3
src/tabviews/custom/popview/index.jsx
@@ -755,6 +755,7 @@
        }
      } else if (cell.syncComponentId === 'multiComponent') {
        let ids = cell.syncComponents.map(m => {
          if (Array.isArray(m)) return m.pop() || ''
          return m.syncComId.pop() || ''
        })