king
2024-06-01 4cc738e535d1a20701d206e12cf9de8cc5a01170
src/tabviews/basetable/index.jsx
@@ -512,8 +512,11 @@
      }
    }
    if (cell.verify && cell.verify.invalid === 'true') {
      if (item.setting.maxScript && item.setting.maxScript >= 300) {
    if (cell.verify) {
      if (cell.verify.invalid === 'true') {
        if (item.wrap && (item.wrap.datatype === 'static' || item.wrap.datatype === 'public')) {
          cell.verify.invalid = 'false'
        } else if (item.setting && item.setting.maxScript && item.setting.maxScript >= 300) {
        cell.verify.invalid = 'false'
      } else if (cell.intertype !== 'system' && cell.procMode !== 'system') {
        cell.verify.invalid = 'false'
@@ -524,7 +527,11 @@
      }
    }
    if (cell.verify && cell.verify.preHandle === 'true') {
      if (cell.verify.linkEnable === 'true' && /@/.test(cell.verify.linkUrl)) {
        cell.returnValue = 'true'
      }
      if (cell.verify.preHandle === 'true') {
      let script = cell.verify.pre_func
      if (!/#position-/.test(script) || /#position-init/.test(script)) {
        try {
@@ -545,6 +552,7 @@
        cell.$callbackScript = script
      }
    }
    }
    if (cell.syncComponentId) {
      if (cell.syncComponentId === item.setting.supModule) {