Kaynağa Gözat

fix: 申请带离 默认选否

Lambert 3 hafta önce
ebeveyn
işleme
89e1202d26

+ 2 - 2
src/view/animal/applicationRemoval/components/addEdit.vue

@@ -174,7 +174,7 @@ const defaultFormFields: CreateAnimalApplyLeavePayload & { categoryName?: string
   phone: '',
   deptId: '',
   deptName: '',
-  isReturn: 0,
+  isReturn: 20,
 }
 
 const state = reactive<{
@@ -275,7 +275,7 @@ const closeDialog = () => {
     phone: '',
     deptId: '',
     deptName: '',
-    isReturn: 0,
+    isReturn: 20,
   }
   safePromiseStatus.value = false
   selectedDate.value = null