|
@@ -17223,8 +17223,8 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
}
|
|
}
|
|
}
|
|
}
|
|
fileid = [...fileid, ...this.knowFileids, ...this.knowFileids2]
|
|
fileid = [...fileid, ...this.knowFileids, ...this.knowFileids2]
|
|
- if(fileid.length > 10){
|
|
|
|
- this.$message.error('目前检索文件不能超过10个噢,请减少一些')
|
|
|
|
|
|
+ if(fileid.length > 30){
|
|
|
|
+ this.$message.error('目前检索文件不能超过30个噢,请减少一些')
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if(clickType == 1 && this.tipsJson.istips == 1 && this.istemplate != 1 && this.tipsJson.userid != this.userid && this.userid != '5943e08c-b7d4-11ed-8d51-005056b86db5'){
|
|
if(clickType == 1 && this.tipsJson.istips == 1 && this.istemplate != 1 && this.tipsJson.userid != this.userid && this.userid != '5943e08c-b7d4-11ed-8d51-005056b86db5'){
|
|
@@ -24354,6 +24354,7 @@ ${msg}
|
|
console.log(res)
|
|
console.log(res)
|
|
if(res.data.length){
|
|
if(res.data.length){
|
|
let files = []
|
|
let files = []
|
|
|
|
+ // let knowFile = JSON.parse(JSON.stringify(this.knowFileids2))
|
|
for (var i = 0; i < res.data.length; i++) {
|
|
for (var i = 0; i < res.data.length; i++) {
|
|
// files.push(await this.generateExport2(el.title, md.render(el.content)));
|
|
// files.push(await this.generateExport2(el.title, md.render(el.content)));
|
|
let el = res.data[i];
|
|
let el = res.data[i];
|