src/tabviews/basetable/index.jsx
@@ -496,6 +496,16 @@ } } if (cell.verify && cell.verify.preHandle === 'true') { try { // eslint-disable-next-line let func = new Function('btn', 'systemType', cell.verify.pre_func) func(cell, window.GLOB.systemType) } catch (e) { console.warn(e) } } if (cell.syncComponentId) { if (cell.syncComponentId === item.setting.supModule) { cell.syncComponentId = ''