outaozhen 4 年 前
コミット
529cbef946
1 ファイル変更7 行追加0 行削除
  1. 7 0
      src/pages/Business/Attendance/index.tsx

+ 7 - 0
src/pages/Business/Attendance/index.tsx

@@ -96,10 +96,17 @@ const Attendance: React.FC = () => {
     if (state.id) {
       tryGetRoleStaffList(state.id)
       tryGetParametersDetail(state.parametersType)
+<<<<<<< HEAD
     }
     if (state.menuId === 1) {
       formRef.current?.setFieldsValue(...state.contentValue)
     }
+=======
+    }
+    if (state.menuId === 1) {
+      formRef.current?.setFieldsValue(...state.contentValue)
+    }
+>>>>>>> 7bd62ee... 1
   }, [state.id, state.menuId])
 
   const columns: ColumnsType<API.AttendanceItem> = [