this.$confirm('确定要删除吗?', '提示', {
              confirmButtonText: '确定',
              cancelButtonText: '取消',
              type: 'warning'
            }).then(() => {
                DeletePlayer(reqData).then(res=>{
            console.log(res)
           })
            }).catch(() => {
            });
        //  this.$message({
        //   message: '复制成功',
        //   type: 'success',
        //   center:true
        //  });

 

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-07-13
  • 2021-11-30
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案