zhengyiming
2 天以前 b42ca1e9ab197ce53828f4607610ae10f25965bb
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
@@ -732,7 +732,7 @@
      description: form.description,
      checkReceiveMethods: form.checkReceiveMethods,
      settlementAccess: form.settlementAccess,
      insuranceProductId: form.insuranceProductId,
      insuranceProductId: form.insuranceProductId ? form.insuranceProductId : null,
    };
    if (form.billingMethod !== EnumBillingMethod.Face) {
      params.serviceFee = form.serviceFee;