king
2023-07-28 6b202fcb9446a289d64dd1a36e881b688c9bb72b
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -66,7 +66,7 @@
        window.GLOB.SyncData.delete(_config.dataName)
      }
    } else if (_config.wrap.datatype === 'public' && window.GLOB.CacheData.get(_config.wrap.publicId)) {
    } else if (_config.wrap.datatype === 'public' && window.GLOB.CacheData.has(_config.wrap.publicId)) {
      _data = window.GLOB.CacheData.get(_config.wrap.publicId)
      _data = fromJS(_data).toJS()
      this.loaded = true
@@ -193,6 +193,19 @@
      
              this.setState({data: _data})
            })
          } else {
            if (config.wrap.goback === 'true' && data.$$empty) {
              this.timer && this.timer.stop()
              MKEmitter.emit('closeTabView', config.$pageId)
            } else {
              if (selected !== 'false') {
                this.checkTopLine()
              } else {
                this.transferLine()
              }
              this.autoExec()
            }
          }
        } else {
          if (!this.loaded) {
@@ -260,9 +273,7 @@
      }
    } else {
      if (selected !== 'false') {
        setTimeout(() => {
          this.checkTopLine()
        }, 200)
        this.checkTopLine()
      }
      if (config.$cache && config.$time && config.wrap.autoExec) {