wupengfei
2025-11-10 b0766e8732f46e90154034318d61e55295cc09b9
fix: bug
3个文件已修改
14 ■■■■ 已修改文件
src/services/api/index.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/services/api/typings.d.ts 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/EmploymentManage/components/CheckManageDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/services/api/index.ts
@@ -17,7 +17,6 @@
import * as userResume from './userResume';
import * as auth from './auth';
import * as taskUser from './taskUser';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
import * as codeUrl from './codeUrl';
import * as syncDatabase from './syncDatabase';
import * as menu from './menu';
@@ -26,6 +25,7 @@
import * as fileUtils from './fileUtils';
import * as settings from './settings';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
export default {
  enterprise,
  enterpriseEmployee,
@@ -42,7 +42,6 @@
  userResume,
  auth,
  taskUser,
  enterpriseCooperationWallet,
  codeUrl,
  syncDatabase,
  menu,
@@ -51,4 +50,5 @@
  fileUtils,
  settings,
  eventUtils,
  enterpriseCooperationWallet,
};
src/services/api/typings.d.ts
@@ -4002,6 +4002,8 @@
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 最近提交时间 */
    lastSubmitTime?: string;
@@ -4157,6 +4159,8 @@
  interface GetCheckReceiveTaskUserSubmitQueryResult {
    /** 提交Id */
    id?: string;
    /** 任务人员Id */
    taskInfoUserId?: string;
    enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
    /** 验收时间 */
    date?: string;
@@ -4175,6 +4179,8 @@
    /** 人工签出时间 */
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 验收照片 */
@@ -4230,6 +4236,8 @@
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 提交时间 */
    createdTime?: string;
src/views/EmploymentManage/components/CheckManageDialog.vue
@@ -80,7 +80,7 @@
  },
  {
    id: '6',
    enCode: 'userOperator',
    enCode: 'checkOperator',
    name: '验收人',
  },
]);