king
2022-12-19 102be577a7f8df2ae30045d55a1a5fc584f90363
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -397,12 +397,18 @@
        data: _data,
        loading: false
      }, () => {
        if (selected !== 'false') {
          this.checkTopLine()
        if (config.wrap.goback === 'true' && _data.$$empty) {
          this.timer && this.timer.stop()
          MKEmitter.emit('closeTabView', config.$pageId)
        } else {
          this.transferLine()
          if (selected !== 'false') {
            this.checkTopLine()
          } else {
            this.transferLine()
          }
          this.autoExec()
        }
        this.autoExec()
      })
      if (config.timer && config.clearField) {