后端不向前端返回数据但是都端需要继续执行而前端不处于loading过程
this.$confirm(
'提示',
{
title: '提示',
message: h('div', null, newDatas),
showCancelButton: true,
confirmButtonText: '跳过',
cancelButtonText: '取消',
type: 'warning'
}
).then(() => {
this.$message('后台处理中');
uploadPiles(yesPile).then();
//请求二
uploadProgress().then((res) => {
let data = res.data.errcode;
console.log(data)
});
}).catch(() => {
this.$message('已取消');
});
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。