|
@@ -412,7 +412,7 @@ const toShowExcel = (item) => {
|
|
|
};
|
|
|
const handleExport = () => {
|
|
|
if (data.value.length !== 0) {
|
|
|
- exportOperationRecord({...search.value, operationType: clickOperationType.value, type: 0}).then((response) => {
|
|
|
+ exportOperationRecord({...searchForm.value, operationType: clickOperationType.value, type: 0}).then((response) => {
|
|
|
try {
|
|
|
const decoder = new TextDecoder("utf-8");
|
|
|
const jsonString = decoder.decode(response.data);
|