mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
log
This commit is contained in:
@@ -543,13 +543,13 @@ export default {
|
||||
},
|
||||
}).then(
|
||||
(res) => {
|
||||
console.log("res@@@@"+res)
|
||||
console.log(res)
|
||||
console.log(res.data.status)
|
||||
if(res.data.status && res.data.status == 600){
|
||||
message.error(res.data.message);
|
||||
}else{
|
||||
downLoad(res.data, "课程详细信息.xlsx");
|
||||
}
|
||||
|
||||
},
|
||||
(err) => {
|
||||
message.error(err);
|
||||
|
||||
Reference in New Issue
Block a user