clearInterval() 方法 附有源码-前端-E先生的博客
Java
MySQL
大数据
Python
前端
黑科技
大语言模型
    首页 >> 互联网 >> 前端

clearInterval() 方法 附有源码

[导读]://停掉定时任务myStopFunction(){clearInterval(this.timer);},saveBusinessInfo(){&n...
 // 停掉定时任务
      myStopFunction() {
        clearInterval(this.timer);
      },
      saveBusinessInfo() {
          // 结束定时任务
                this.myStopFunction()
        hlhttp.get({
          url: 'customer_sync/cincb_info/search',
          data: {
            task_id: this.taskId
          },
          success: res => {
            this.showSyncInfo1 = false
            this.showSyncInfo2 = true
            if (res.data.endFlag == true) {
              this.showSyncInfo3 = true
              this.showSyncInfo2 = false
              this.showSyncInfo1 = false
              this.failCount = res.data.failCount
              this.successCount = res.data.successCount
              this.businessFile = res.data.file
              this.businessFileSlice = res.data.file.slice(31)
             
            } else {
              // 开始定时任务
              this.timer = setInterval(() => {  //this.timer  timer 在data里面定义一下 全局使用
                this.saveBusinessInfo()
              }, 5000);
            }
          }
        })
      },

图片代码有问题  上面代码已更新  图片不更新了 哈哈哈 懒人

image.png



本文来自E先生的博客,如若转载,请注明出处:https://www.javajz.cn

留言区

联系人:
手   机:
内   容:
验证码:

历史留言

欢迎加Easy的QQ