wupengfei
10 小时以前 a4f6d77fb23c03aa7e6390fae30eff009833a573
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,