king
2020-12-16 06404e701a89955958cbf56213e2eec618d8644d
src/tabviews/custom/index.jsx
@@ -348,6 +348,7 @@
      if (!component.format || (component.subtype === 'propcard' && component.wrap.datatype === 'static')) return component // 没有动态数据  数据格式 array 或 object
      if (component.setting.interType !== 'system') { // 不使用系统函数时
        component.setting.sync = 'false'
        component.setting.laypage = component.setting.laypage === 'true'
        return component
      }