zhengyiming
2 天以前 23093df749742fe98fcee61cf0fe00957aa176d1
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) {}
  },