wupengfei
3 天以前 85784caa4233ce3baaf6513128264b892241da7b
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
@@ -279,7 +279,7 @@
const form = reactive({
  name: '',
  billingMethod: '' as any as EnumBillingMethod,
  billingMethod: EnumBillingMethod.Month,
  serviceFee: 0,
  settlementCycle: EnumSettlementCycle.Month,
  benefits: [] as string[],