wupengfei
昨天 b52bec54f02f5b894d5dde30f8f05b76c71771ba
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
@@ -277,9 +277,9 @@
const form = reactive({
  name: '',
  billingMethod: EnumBillingMethod.Month,
  billingMethod: EnumBillingMethod.Day,
  serviceFee: null,
  settlementCycle: EnumSettlementCycle.Month,
  settlementCycle: EnumSettlementCycle.Day,
  benefits: [] as string[],
  ageMinLimit: null,
  ageMaxLimit: null,