king
2023-08-14 cc20b3cfe18b36c7b0f75937f88679eb031ecc6f
src/tabviews/custom/components/table/normal-table/index.jsx
@@ -217,7 +217,7 @@
          Api.getLCacheConfig(config.uuid, config.$time).then(res => {
            if (!res.valid && config.setting.onload === 'true') {
              setTimeout(() => {
                this.loadmaindata()
                this.loadmaindata(false, 'true', '', 'init')
              }, config.setting.delay || 0)
            }
  
@@ -279,7 +279,7 @@
        if (config.setting.onload === 'true') {
          setTimeout(() => {
            this.loadmaindata()
            this.loadmaindata(false, 'true', '', 'init')
            this.getStatFieldsValue()
          }, config.setting.delay || 0)
        }
@@ -400,7 +400,7 @@
    let result = await Api.genericInterface(param)
    if (result.status) {
      this.loaded = true
      if (config.$cache && pageIndex === 1 && config.setting.onload !== 'false') {
      if (config.$cache && type === 'init') {
        Api.writeCacheConfig(config.uuid, result.data || [])
      }