this.state.deleteCheckbox.map((item, index) => {
          this.props.router.push({
            pathname: "cloudResource/virtualMachine/SyszLookDetail",
            state: { name: item }
          });

          //我强制用户在同一行点击查看详情
        });
 
-------------------------------------------------------------------------------------------------------------
()=>{window.location.href = "#/cloudResource/virtualMachine/SyszLookDetail"}

var storage = window.sessionStorage;
storage.setItem("servicelookDetail",JSON.stringify(record))

  

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
相关资源
相似解决方案