king
2023-05-22 43a517b80f2803e0dcf6658113520c4a14c8c17f
src/tabviews/custom/components/table/edit-table/index.jsx
@@ -92,8 +92,9 @@
          if (item.subcols.length === 0) {
            return false
          }
        } else if (item.type === 'action') {
        } else if (item.type === 'custom') {
          item.elements.forEach(btn => {
            if (btn.eleType !== 'button') return
            if (btn.funcType === 'addline') {
              setting.addable = true
            }
@@ -480,7 +481,9 @@
        BID: id,
        BData: data
      }, () => {
        this.loadmaindata(true, 'true')
        setTimeout(() => {
          this.loadmaindata(true, 'true')
        }, setting.delay || 0)
      })
    }
  }