wupengfei
2025-11-13 c675695faef95b623a6b3de6a02066118a42b98b
src/views/EmploymentManage/CheckReceiveTaskDetail.vue
@@ -181,6 +181,9 @@
    id: row.id,
    checkReceiveMethods: state.checkReceiveMethods,
    isInternal: state.isInternal,
    tabType: state.checkReceiveMethods.includes(EnumTaskCheckReceiveMethod.CheckIn)
      ? 'signRecord'
      : '',
    isDetail,
  });
}
@@ -191,6 +194,7 @@
    checkReceiveMethods: [] as any as EnumTaskCheckReceiveMethod[],
    isInternal: false,
    isDetail: false,
    tabType: '',
  },
});