mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
提交修改
This commit is contained in:
@@ -443,6 +443,7 @@ export default {
|
||||
// 查询信息
|
||||
course: {
|
||||
orderField: "studys",
|
||||
companyId:'',
|
||||
keyword:'',//关键词
|
||||
topOrder: true,
|
||||
orderAsc: false,
|
||||
@@ -993,7 +994,7 @@ export default {
|
||||
this.course.audiences=this.audiences.join(",");
|
||||
}
|
||||
//console.log(this.userInfo)
|
||||
//this.course.companyId=this.userInfo.companyId;
|
||||
this.course.companyId=this.userInfo.companyId;
|
||||
this.course.type = "";//不使用单查询了
|
||||
this.course.types = "";
|
||||
this.course.sysType1 = "";
|
||||
|
||||
@@ -351,6 +351,7 @@ export default {
|
||||
}
|
||||
|
||||
if(this.exportType == '1') {
|
||||
//导出pdf已不再使用
|
||||
apiNote.exportPdf(data).then(res=>{
|
||||
const link = document.createElement('a');// 创建a标签
|
||||
let blob = new Blob([res],{type: 'application/vnd.ms-pdf;charset=UTF-8'}); // 设置文件类型
|
||||
|
||||
Reference in New Issue
Block a user