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