|
@@ -121,7 +121,7 @@ export default {
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
handelExport() {
|
|
handelExport() {
|
|
- errorDetailsListExport(this.searchData).then(res => {
|
|
|
|
|
|
+ errorDetailsListExport({...this.searchData, error_rule: this.error_rule}).then(res => {
|
|
const content = res.data; // 后台返回二进制数据
|
|
const content = res.data; // 后台返回二进制数据
|
|
const blob = new Blob([content]);
|
|
const blob = new Blob([content]);
|
|
const fileName = `缺陷问题详情.csv`;
|
|
const fileName = `缺陷问题详情.csv`;
|