码迷,mamicode.com
首页 > 其他好文 > 详细

React await post请求

时间:2020-04-15 10:45:07      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:sel   nes   ctf   reac   center   res   state   bsp   select   

var res = await ajax.myPost(
  "resource/bind_floating_ips?data_center="+ 

  this.state.bindingFloatIPModal.dataCenter + "&business=" +

  this.state.bindingFloatIPModal.business + "&os_type=" +
  this.state.bindingFloatIPModal.OSType + "&ip=" +
  this.state.selectFloatIPss,
  this.state.bindingFloatIPModal //record
);

React await post请求

标签:sel   nes   ctf   reac   center   res   state   bsp   select   

原文地址:https://www.cnblogs.com/zhanglanzuopin/p/12703565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!