src/views/Home/components/InsureOrderInfoView.vue @@ -386,6 +386,7 @@ let res = await insuranceOrderServices.getInsuranceStaffList(params, { showLoading: !state.loading, }); console.log('res: ', res); return res; } catch (error) {} },