Skip to content

Commit

Permalink
fix(frontend): 修复以构造实例恢复提单参数缺少问题 #7178
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and hLinx committed Sep 27, 2024
1 parent 0b7859f commit ae2c3b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@

import { useTicketCloneInfo } from '@hooks';

import { useGlobalBizs } from '@stores';

import { ClusterTypes, LocalStorageKeys, TicketTypes } from '@common/const';

import VisitEntrySelector from '@components/cluster-selector/Index.vue';
Expand All @@ -98,6 +100,7 @@

const { t } = useI18n();
const router = useRouter();
const { currentBizId } = useGlobalBizs();

// 单据克隆
useTicketCloneInfo({
Expand Down

0 comments on commit ae2c3b4

Please sign in to comment.