zhengyiming
1 天以前 a1effa861d8ea22919fa6e79345162387171e0f7
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) {}
  },