This commit is contained in:
zhutianqi
2022-03-14 10:41:27 +08:00
parent e806209685
commit 065782fb8e
2 changed files with 2 additions and 2 deletions
@@ -470,7 +470,7 @@
query: { query: {
standId: this.standId, standId: this.standId,
attId: this.form.fjList[0].attId, attId: this.form.fjList[0].attId,
fileType: this.form.fjList[0].standFileClassify, fileType: this.form.textType,
} }
}); });
window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')
@@ -511,7 +511,7 @@ export default {
query: { query: {
standId: this.standId, standId: this.standId,
attId: this.form.fjList[0].attId, attId: this.form.fjList[0].attId,
fileType: this.form.fjList[0].standFileClassify, fileType: this.form.textType,
} }
}); });
window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')