From 85784caa4233ce3baaf6513128264b892241da7b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 12 八月 2025 11:31:23 +0800
Subject: [PATCH] feat: 接口

---
 src/views/EmploymentManage/components/AddOrEditEmploymentView.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/EmploymentManage/components/AddOrEditEmploymentView.vue b/src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
index c40ec24..7704888 100644
--- a/src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
+++ b/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[],

--
Gitblit v1.9.1