提交修改

This commit is contained in:
daihh
2023-06-07 18:51:33 +08:00
parent 35ef44ab6a
commit 067ee1ea22
2 changed files with 3 additions and 1 deletions

View File

@@ -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 = "";

View File

@@ -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'}); // 设置文件类型