mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
1. 数据存在 3
This commit is contained in:
@@ -20,10 +20,12 @@ import { message } from "ant-design-vue";
|
||||
spinning.value = true
|
||||
if(uploadAdmin('training-admin')){
|
||||
downLoadZipManage(`/admin/project/report/data`,'新任管理者培训数据',function(code){
|
||||
console.log("downLoadZipManage 导出成功 code",code)
|
||||
if(code == 4){
|
||||
spinning.value = false;
|
||||
message.error("权限不足!");
|
||||
} else {
|
||||
console.log("downLoadZipManage 导出成功 code",code)
|
||||
spinning.value = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user