wupengfei
3 天以前 85784caa4233ce3baaf6513128264b892241da7b
feat: 接口
1个文件已修改
2 ■■■ 已修改文件
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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[],