@@ -3,7 +3,7 @@ | |||
<el-card shadow="never" element-loading-background="rgba(255, 255, 255, 1)"> | |||
<search | |||
@search:task="updateParams($event)" | |||
@export="exportData($event)" | |||
@export="($event)" | |||
:show-export="true" | |||
/> | |||
<div class="table" v-loading="loading"> |
@@ -86,9 +86,10 @@ export default { | |||
}), | |||
clear() { | |||
this.searchParams = { | |||
quota: "", | |||
type: "", | |||
content: "", | |||
department: "", | |||
categoryId: "", | |||
}; | |||
}, | |||
search() { |