this.$ajax.post('', {operate: type, ids: this.data.id.toString(), data_type: 'ips'}, {timeout: 60000})
.then(res => {
if (res.status) {
this.$message({
message: '云操成功',
type: 'success'
})
}
})
.catch(_ => {
this.errMessage = (_ && _.data && Object.prototype.toString.call(_.data) === '[object Array]') ? _.data[0][Object.keys(_.data[0])[0]] : _.message
this.$message.error(this.errMessage)
})
相关文章
- 08-13关于dubbo的provider和consumer都配置timeout超时时间的情况
- 08-13httpclient超时时间设置及代理设置
- 08-13【Pyppeteer】如何进行超时时时间设置
- 08-13windows2008 设置会话超时时间
- 08-13springcloud 设置feign超时时间
- 08-13Dubbo常用功能05--设置服务的timeout时间
- 08-13nginx.conf配置文件中timeout超时时间设置
- 08-13Axis2 客户端调用 设置超时时间
- 08-13avformat_open_input 阻塞 and 设置超时时间
- 08-13webService设置超时时间