填写人导出搜索条件修改

This commit is contained in:
zyx.net
2022-11-01 16:35:57 +08:00
parent 9aecd42e05
commit e1430d1413
@@ -926,13 +926,16 @@
} else if (long && long === 'en-us') {
this.cut = 'en'
}
console.log(this.formInline)
let query = {
paramsManifestId: this.paramsManifest.id,
cut: this.cut,
...this.formInline,
...this.queryParamQuery,
ids: this.selectedRowKeys.join(','),
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
}
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.xlsx'
downloadFile('/params/collectManifest/exportDre', name , query , this.selectClear)
},
getList(){