src/views/Home/components/InsureOrderInfoView.vue
@@ -467,6 +467,7 @@ url: response.url, }); if (res?.length > 0) { try { await Message.tipMessage('存在错误数据,是否导出?'); XLSXUtils.exportToXLSX({ workbookDataList: res, @@ -482,6 +483,7 @@ note: '备注', }, }); } catch (error) {} } queryClient.invalidateQueries({ queryKey: ['insuranceOrderServices/getInsuranceStaffList'],