king
2023-01-05 876a5e6657d67df66bb525d02dd6d147ba81cae5
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) {