king
2024-01-06 920e94fc5483b081b3d43c86df8f56d838f2f14d
src/tabviews/custom/components/table/edit-table/index.jsx
@@ -584,9 +584,11 @@
        BID: id,
        BData: data
      }, () => {
        setTimeout(() => {
          this.loadmaindata(true, 'true')
        }, setting.delay || 0)
        if (!setting.checkBid) {
          setTimeout(() => {
            this.loadmaindata(true, 'true')
          }, setting.delay || 0)
        }
      })
    }
  }