king
2025-01-10 62eff3734eb8456a4f26886d45961d6f9970763d
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() || ''
        })