zy-asrs-admin/src/views/task/taskDetl/index.vue
@@ -223,7 +223,9 @@ } const handleExport = async (intl) => { postBlob('/api/taskDetl/export', {}).then(result => { postBlob('/api/taskDetl/export', { condition: searchInput.value }).then(result => { const blob = new Blob([result.data], { type: 'application/vnd.ms-excel' }); window.location.href = window.URL.createObjectURL(blob); return true;